Html Css Color HEX #CFAE20 Galliano

📋 copy color: '#CFAE20'

red 207 ◦ green 174 ◦ blue 32

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

Shades of Galliano #CFAE20

Tints of Galliano #CFAE20

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.13%

 BLUE value IS 32 (12.89% from 255) = 7.75%

R = 50.12%
G = 42.13%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFAE20 (or 0xCFAE20) is known color: Galliano. HEX triplet: CF, AE and 20. RGB value is (207,174,32). Sum of RGB (Red+Green+Blue) = 207+174+32=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE20 is #3051DF. Grayscale: #A8A8A8. Windows color (decimal): -3166688 or 2141903. OLE color: 2141903.

HSL color Cylindrical-coordinate representation of color #CFAE20: hue angle of 48.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFAE20 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 32 -
CMYK 0 0.16 0.85 0.19
HSL 48.69º 0.73% 0.47% -
HSV(B) 48.69º 0.85% 0.81% -
XYZ 41.13 43.64 7.62 -
YUV 167.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 207 174 32 0 0.16 0.85 0.19 48.69 0.73 0.47
Hex CF AE 20 0 10 55 13 31 49 2F
Octal 317 256 40 0 20 125 23 61 111 57
Binary 11001111 10101110 100000 0 10000 1010101 10011 110001 1001001 101111

Color Harmonies of #CFAE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE20

Black with #CFAE20

Text Example


Text Example

White with #CFAE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE20; }

 p { color: rgb(207,174,32); }

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

background-color css

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

 a { background-color: rgb(207,174,32); }

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

border-color css

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

 span { border-color: rgb(207,174,32); }

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