Html Css Color HEX #CFAB20 Galliano

📋 copy color: '#CFAB20'

red 207 ◦ green 171 ◦ blue 32

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

Shades of Galliano #CFAB20

Tints of Galliano #CFAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.71%

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

R = 50.49%
G = 41.71%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFAB20 (or 0xCFAB20) is known color: Galliano. HEX triplet: CF, AB and 20. RGB value is (207,171,32). Sum of RGB (Red+Green+Blue) = 207+171+32=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB20 is #3054DF. Grayscale: #A6A6A6. Windows color (decimal): -3167456 or 2141135. OLE color: 2141135.

HSL color Cylindrical-coordinate representation of color #CFAB20: hue angle of 47.66º 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 #CFAB20 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 32 -
CMYK 0 0.17 0.85 0.19
HSL 47.66º 0.73% 0.47% -
HSV(B) 47.66º 0.85% 0.81% -
XYZ 40.56 42.5 7.43 -
YUV 165.92 52.43 157.3 -
System Red Green Blue C M Y K H S L
Decimal 207 171 32 0 0.17 0.85 0.19 47.66 0.73 0.47
Hex CF AB 20 0 11 55 13 30 49 2F
Octal 317 253 40 0 21 125 23 60 111 57
Binary 11001111 10101011 100000 0 10001 1010101 10011 110000 1001001 101111

Color Harmonies of #CFAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB20

Black with #CFAB20

Text Example


Text Example

White with #CFAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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