Html Css Color HEX #CFA229 Galliano

📋 copy color: '#CFA229'

red 207 ◦ green 162 ◦ blue 41

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

Shades of Galliano #CFA229

Tints of Galliano #CFA229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10%

R = 50.49%
G = 39.51%
B = 10%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFA229 (or 0xCFA229) is known color: Galliano. HEX triplet: CF, A2 and 29. RGB value is (207,162,41). Sum of RGB (Red+Green+Blue) = 207+162+41=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA229 is #305DD6. Grayscale: #A2A2A2. Windows color (decimal): -3169751 or 2728655. OLE color: 2728655.

HSL color Cylindrical-coordinate representation of color #CFA229: hue angle of 43.73º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFA229 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 162 41 -
CMYK 0 0.22 0.80 0.19
HSL 43.73º 0.67% 0.49% -
HSV(B) 43.73º 0.8% 0.81% -
XYZ 39.05 39.27 7.62 -
YUV 161.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 207 162 41 0 0.22 0.80 0.19 43.73 0.67 0.49
Hex CF A2 29 0 16 50 13 2C 43 31
Octal 317 242 51 0 26 120 23 54 103 61
Binary 11001111 10100010 101001 0 10110 1010000 10011 101100 1000011 110001

Color Harmonies of #CFA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA229

Black with #CFA229

Text Example


Text Example

White with #CFA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA229; }

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

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

background-color css

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

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

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

border-color css

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

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

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