Html Css Color HEX #CFA120 Galliano

📋 copy color: '#CFA120'

red 207 ◦ green 161 ◦ blue 32

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

Shades of Galliano #CFA120

Tints of Galliano #CFA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

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

R = 51.75%
G = 40.25%
B = 8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFA120 (or 0xCFA120) is known color: Galliano. HEX triplet: CF, A1 and 20. RGB value is (207,161,32). Sum of RGB (Red+Green+Blue) = 207+161+32=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA120 is #305EDF. Grayscale: #A0A0A0. Windows color (decimal): -3170016 or 2138575. OLE color: 2138575.

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

Color convert

RGB 207 161 32 -
CMYK 0 0.22 0.85 0.19
HSL 44.23º 0.73% 0.47% -
HSV(B) 44.23º 0.85% 0.81% -
XYZ 38.74 38.86 6.83 -
YUV 160.05 55.74 161.49 -
System Red Green Blue C M Y K H S L
Decimal 207 161 32 0 0.22 0.85 0.19 44.23 0.73 0.47
Hex CF A1 20 0 16 55 13 2C 49 2F
Octal 317 241 40 0 26 125 23 54 111 57
Binary 11001111 10100001 100000 0 10110 1010101 10011 101100 1001001 101111

Color Harmonies of #CFA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA120

Black with #CFA120

Text Example


Text Example

White with #CFA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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