Html Css Color HEX #CEA229 Galliano

📋 copy color: '#CEA229'

red 206 ◦ green 162 ◦ blue 41

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

Shades of Galliano #CEA229

Tints of Galliano #CEA229

RGB

 RED value IS 206 (80.86% from 255) = 50.37%

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

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

R = 50.37%
G = 39.61%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEA229 (or 0xCEA229) is known color: Galliano. HEX triplet: CE, A2 and 29. RGB value is (206,162,41). Sum of RGB (Red+Green+Blue) = 206+162+41=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA229 is #315DD6. Grayscale: #A1A1A1. Windows color (decimal): -3235287 or 2728654. OLE color: 2728654.

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

Color convert

RGB 206 162 41 -
CMYK 0 0.21 0.80 0.19
HSL 44º 0.67% 0.48% -
HSV(B) 44º 0.8% 0.81% -
XYZ 38.77 39.12 7.61 -
YUV 161.36 60.08 159.84 -
System Red Green Blue C M Y K H S L
Decimal 206 162 41 0 0.21 0.80 0.19 44 0.67 0.48
Hex CE A2 29 0 15 50 13 2C 43 30
Octal 316 242 51 0 25 120 23 54 103 60
Binary 11001110 10100010 101001 0 10101 1010000 10011 101100 1000011 110000

Color Harmonies of #CEA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA229

Black with #CEA229

Text Example


Text Example

White with #CEA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA229; }

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

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

background-color css

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

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

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

border-color css

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

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

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