Html Css Color HEX #CEA222 Galliano

📋 copy color: '#CEA222'

red 206 ◦ green 162 ◦ blue 34

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

Shades of Galliano #CEA222

Tints of Galliano #CEA222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.46%

R = 51.24%
G = 40.3%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA222 (or 0xCEA222) is known color: Galliano. HEX triplet: CE, A2 and 22. RGB value is (206,162,34). Sum of RGB (Red+Green+Blue) = 206+162+34=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA222 is #315DDD. Grayscale: #A1A1A1. Windows color (decimal): -3235294 or 2269902. OLE color: 2269902.

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

Color convert

RGB 206 162 34 -
CMYK 0 0.21 0.83 0.19
HSL 44.65º 0.72% 0.47% -
HSV(B) 44.65º 0.83% 0.81% -
XYZ 38.66 39.08 7.02 -
YUV 160.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 206 162 34 0 0.21 0.83 0.19 44.65 0.72 0.47
Hex CE A2 22 0 15 53 13 2D 48 2F
Octal 316 242 42 0 25 123 23 55 110 57
Binary 11001110 10100010 100010 0 10101 1010011 10011 101101 1001000 101111

Color Harmonies of #CEA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA222

Black with #CEA222

Text Example


Text Example

White with #CEA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA222; }

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

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

background-color css

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

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

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

border-color css

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

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

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