Html Css Color HEX #CEA21C Galliano

📋 copy color: '#CEA21C'

red 206 ◦ green 162 ◦ blue 28

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

Shades of Galliano #CEA21C

Tints of Galliano #CEA21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.07%

R = 52.02%
G = 40.91%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEA21C (or 0xCEA21C) is known color: Galliano. HEX triplet: CE, A2 and 1C. RGB value is (206,162,28). Sum of RGB (Red+Green+Blue) = 206+162+28=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA21C is #315DE3. Grayscale: #A0A0A0. Windows color (decimal): -3235300 or 1876686. OLE color: 1876686.

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

Color convert

RGB 206 162 28 -
CMYK 0 0.21 0.86 0.19
HSL 45.17º 0.76% 0.46% -
HSV(B) 45.17º 0.86% 0.81% -
XYZ 38.58 39.05 6.6 -
YUV 159.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 206 162 28 0 0.21 0.86 0.19 45.17 0.76 0.46
Hex CE A2 1C 0 15 56 13 2D 4C 2E
Octal 316 242 34 0 25 126 23 55 114 56
Binary 11001110 10100010 11100 0 10101 1010110 10011 101101 1001100 101110

Color Harmonies of #CEA21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA21C

Black with #CEA21C

Text Example


Text Example

White with #CEA21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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