Html Css Color HEX #CFAD14 Galliano

📋 copy color: '#CFAD14'

red 207 ◦ green 173 ◦ blue 20

#CFAD14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CFAD14

Tints of Galliano #CFAD14

RGB

 RED value IS 207 (81.25% from 255) = 51.75%

 GREEN value IS 173 (67.97% from 255) = 43.25%

 BLUE value IS 20 (8.2% from 255) = 5%

R = 51.75%
G = 43.25%
B = 5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFAD14 (or 0xCFAD14) is known color: Galliano. HEX triplet: CF, AD and 14. RGB value is (207,173,20). Sum of RGB (Red+Green+Blue) = 207+173+20=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAD14 is #3052EB. Grayscale: #A6A6A6. Windows color (decimal): -3166956 or 1355215. OLE color: 1355215.

HSL color Cylindrical-coordinate representation of color #CFAD14: hue angle of 49.09º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFAD14 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 173 20 -
CMYK 0 0.16 0.90 0.19
HSL 49.09º 0.82% 0.45% -
HSV(B) 49.09º 0.9% 0.81% -
XYZ 40.8 43.2 6.85 -
YUV 165.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 207 173 20 0 0.16 0.90 0.19 49.09 0.82 0.45
Hex CF AD 14 0 10 5A 13 31 52 2D
Octal 317 255 24 0 20 132 23 61 122 55
Binary 11001111 10101101 10100 0 10000 1011010 10011 110001 1010010 101101

Color Harmonies of #CFAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD14

Black with #CFAD14

Text Example


Text Example

White with #CFAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD14; }

 p { color: rgb(207,173,20); }

 H1.HeaderClassName
 {
   color: #CFAD14;
 }
 .AnyTagClassName
 {
   color: #CFAD14;
 }
</style>

background-color css

<style>
 a { background-color: #CFAD14; }

 a { background-color: rgb(207,173,20); }

 div.DivClassName
 {
   background-color: #CFAD14;
 }
 .BgClassName
 {
   background-color: #CFAD14;
 }
</style>

border-color css

<style>
 span { border-color: #CFAD14; }

 span { border-color: rgb(207,173,20); }

 td.TdClassName
 {
   border-color: #CFAD14;
 }
 .TagClassName
 {
   border-color: #CFAD14;
 }
</style>