Html Css Color HEX #CFB120 Galliano

📋 copy color: '#CFB120'

red 207 ◦ green 177 ◦ blue 32

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

Shades of Galliano #CFB120

Tints of Galliano #CFB120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.55%

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

R = 49.76%
G = 42.55%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFB120 (or 0xCFB120) is known color: Galliano. HEX triplet: CF, B1 and 20. RGB value is (207,177,32). Sum of RGB (Red+Green+Blue) = 207+177+32=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB120 is #304EDF. Grayscale: #AAAAAA. Windows color (decimal): -3165920 or 2142671. OLE color: 2142671.

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

Color convert

RGB 207 177 32 -
CMYK 0 0.14 0.85 0.19
HSL 49.71º 0.73% 0.47% -
HSV(B) 49.71º 0.85% 0.81% -
XYZ 41.71 44.81 7.82 -
YUV 169.44 50.44 154.79 -
System Red Green Blue C M Y K H S L
Decimal 207 177 32 0 0.14 0.85 0.19 49.71 0.73 0.47
Hex CF B1 20 0 E 55 13 32 49 2F
Octal 317 261 40 0 16 125 23 62 111 57
Binary 11001111 10110001 100000 0 1110 1010101 10011 110010 1001001 101111

Color Harmonies of #CFB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB120

Black with #CFB120

Text Example


Text Example

White with #CFB120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB120; }

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

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

background-color css

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

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

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

border-color css

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

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

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