Html Css Color HEX #CEA213 Galliano

📋 copy color: '#CEA213'

red 206 ◦ green 162 ◦ blue 19

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

Shades of Galliano #CEA213

Tints of Galliano #CEA213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 53.23%
G = 41.86%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEA213 (or 0xCEA213) is known color: Galliano. HEX triplet: CE, A2 and 13. RGB value is (206,162,19). Sum of RGB (Red+Green+Blue) = 206+162+19=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA213 is #315DEC. Grayscale: #9F9F9F. Windows color (decimal): -3235309 or 1286862. OLE color: 1286862.

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

Color convert

RGB 206 162 19 -
CMYK 0 0.21 0.91 0.19
HSL 45.88º 0.83% 0.44% -
HSV(B) 45.88º 0.91% 0.81% -
XYZ 38.49 39.01 6.12 -
YUV 158.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 206 162 19 0 0.21 0.91 0.19 45.88 0.83 0.44
Hex CE A2 13 0 15 5B 13 2E 53 2C
Octal 316 242 23 0 25 133 23 56 123 54
Binary 11001110 10100010 10011 0 10101 1011011 10011 101110 1010011 101100

Color Harmonies of #CEA213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA213

Black with #CEA213

Text Example


Text Example

White with #CEA213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA213; }

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

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

background-color css

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

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

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

border-color css

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

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

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