Html Css Color HEX #CEA22D Galliano

📋 copy color: '#CEA22D'

red 206 ◦ green 162 ◦ blue 45

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

Shades of Galliano #CEA22D

Tints of Galliano #CEA22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 49.88%
G = 39.23%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEA22D (or 0xCEA22D) is known color: Galliano. HEX triplet: CE, A2 and 2D. RGB value is (206,162,45). Sum of RGB (Red+Green+Blue) = 206+162+45=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA22D is #315DD2. Grayscale: #A2A2A2. Windows color (decimal): -3235283 or 2990798. OLE color: 2990798.

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

Color convert

RGB 206 162 45 -
CMYK 0 0.21 0.78 0.19
HSL 43.6º 0.64% 0.49% -
HSV(B) 43.6º 0.78% 0.81% -
XYZ 38.85 39.15 7.99 -
YUV 161.82 62.08 159.51 -
System Red Green Blue C M Y K H S L
Decimal 206 162 45 0 0.21 0.78 0.19 43.6 0.64 0.49
Hex CE A2 2D 0 15 4E 13 2C 40 31
Octal 316 242 55 0 25 116 23 54 100 61
Binary 11001110 10100010 101101 0 10101 1001110 10011 101100 1000000 110001

Color Harmonies of #CEA22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA22D

Black with #CEA22D

Text Example


Text Example

White with #CEA22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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