Html Css Color HEX #CFA220 Galliano

📋 copy color: '#CFA220'

red 207 ◦ green 162 ◦ blue 32

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

Shades of Galliano #CFA220

Tints of Galliano #CFA220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

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

R = 51.62%
G = 40.4%
B = 7.98%

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

#CFA220 (or 0xCFA220) is known color: Galliano. HEX triplet: CF, A2 and 20. RGB value is (207,162,32). Sum of RGB (Red+Green+Blue) = 207+162+32=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA220 is #305DDF. Grayscale: #A1A1A1. Windows color (decimal): -3169760 or 2138831. OLE color: 2138831.

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

Color convert

RGB 207 162 32 -
CMYK 0 0.22 0.85 0.19
HSL 44.57º 0.73% 0.47% -
HSV(B) 44.57º 0.85% 0.81% -
XYZ 38.91 39.21 6.88 -
YUV 160.64 55.41 161.07 -
System Red Green Blue C M Y K H S L
Decimal 207 162 32 0 0.22 0.85 0.19 44.57 0.73 0.47
Hex CF A2 20 0 16 55 13 2D 49 2F
Octal 317 242 40 0 26 125 23 55 111 57
Binary 11001111 10100010 100000 0 10110 1010101 10011 101101 1001001 101111

Color Harmonies of #CFA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA220

Black with #CFA220

Text Example


Text Example

White with #CFA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA220; }

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

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

background-color css

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

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

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

border-color css

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

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

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