Html Css Color HEX #CEA21D Galliano

📋 copy color: '#CEA21D'

red 206 ◦ green 162 ◦ blue 29

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

Shades of Galliano #CEA21D

Tints of Galliano #CEA21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.3%

R = 51.89%
G = 40.81%
B = 7.3%

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

#CEA21D (or 0xCEA21D) is known color: Galliano. HEX triplet: CE, A2 and 1D. RGB value is (206,162,29). Sum of RGB (Red+Green+Blue) = 206+162+29=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA21D is #315DE2. Grayscale: #A0A0A0. Windows color (decimal): -3235299 or 1942222. OLE color: 1942222.

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

Color convert

RGB 206 162 29 -
CMYK 0 0.21 0.86 0.19
HSL 45.08º 0.75% 0.46% -
HSV(B) 45.08º 0.86% 0.81% -
XYZ 38.6 39.05 6.67 -
YUV 159.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 206 162 29 0 0.21 0.86 0.19 45.08 0.75 0.46
Hex CE A2 1D 0 15 56 13 2D 4B 2E
Octal 316 242 35 0 25 126 23 55 113 56
Binary 11001110 10100010 11101 0 10101 1010110 10011 101101 1001011 101110

Color Harmonies of #CEA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA21D

Black with #CEA21D

Text Example


Text Example

White with #CEA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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