Html Css Color HEX #CEA218 Galliano

📋 copy color: '#CEA218'

red 206 ◦ green 162 ◦ blue 24

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

Shades of Galliano #CEA218

Tints of Galliano #CEA218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.12%

R = 52.55%
G = 41.33%
B = 6.12%

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

#CEA218 (or 0xCEA218) is known color: Galliano. HEX triplet: CE, A2 and 18. RGB value is (206,162,24). Sum of RGB (Red+Green+Blue) = 206+162+24=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA218 is #315DE7. Grayscale: #A0A0A0. Windows color (decimal): -3235304 or 1614542. OLE color: 1614542.

HSL color Cylindrical-coordinate representation of color #CEA218: hue angle of 45.49º degrees, saturation: 0.79, 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 #CEA218 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 162 24 -
CMYK 0 0.21 0.88 0.19
HSL 45.49º 0.79% 0.45% -
HSV(B) 45.49º 0.88% 0.81% -
XYZ 38.54 39.03 6.37 -
YUV 159.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 206 162 24 0 0.21 0.88 0.19 45.49 0.79 0.45
Hex CE A2 18 0 15 58 13 2D 4F 2D
Octal 316 242 30 0 25 130 23 55 117 55
Binary 11001110 10100010 11000 0 10101 1011000 10011 101101 1001111 101101

Color Harmonies of #CEA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA218

Black with #CEA218

Text Example


Text Example

White with #CEA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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