Html Css Color HEX #CEA219 Galliano

📋 copy color: '#CEA219'

red 206 ◦ green 162 ◦ blue 25

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

Shades of Galliano #CEA219

Tints of Galliano #CEA219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.36%

R = 52.42%
G = 41.22%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEA219 (or 0xCEA219) is known color: Galliano. HEX triplet: CE, A2 and 19. RGB value is (206,162,25). Sum of RGB (Red+Green+Blue) = 206+162+25=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA219 is #315DE6. Grayscale: #A0A0A0. Windows color (decimal): -3235303 or 1680078. OLE color: 1680078.

HSL color Cylindrical-coordinate representation of color #CEA219: hue angle of 45.41º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEA219 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 162 25 -
CMYK 0 0.21 0.88 0.19
HSL 45.41º 0.78% 0.45% -
HSV(B) 45.41º 0.88% 0.81% -
XYZ 38.55 39.03 6.42 -
YUV 159.54 52.08 161.14 -
System Red Green Blue C M Y K H S L
Decimal 206 162 25 0 0.21 0.88 0.19 45.41 0.78 0.45
Hex CE A2 19 0 15 58 13 2D 4E 2D
Octal 316 242 31 0 25 130 23 55 116 55
Binary 11001110 10100010 11001 0 10101 1011000 10011 101101 1001110 101101

Color Harmonies of #CEA219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA219

Black with #CEA219

Text Example


Text Example

White with #CEA219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA219; }

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

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

background-color css

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

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

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

border-color css

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

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

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