Html Css Color HEX #CEA422 Galliano

📋 copy color: '#CEA422'

red 206 ◦ green 164 ◦ blue 34

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

Shades of Galliano #CEA422

Tints of Galliano #CEA422

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

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

R = 50.99%
G = 40.59%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA422 (or 0xCEA422) is known color: Galliano. HEX triplet: CE, A4 and 22. RGB value is (206,164,34). Sum of RGB (Red+Green+Blue) = 206+164+34=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA422 is #315BDD. Grayscale: #A2A2A2. Windows color (decimal): -3234782 or 2270414. OLE color: 2270414.

HSL color Cylindrical-coordinate representation of color #CEA422: hue angle of 45.35º 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 #CEA422 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 34 -
CMYK 0 0.20 0.83 0.19
HSL 45.35º 0.72% 0.47% -
HSV(B) 45.35º 0.83% 0.81% -
XYZ 39.02 39.79 7.14 -
YUV 161.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 206 164 34 0 0.20 0.83 0.19 45.35 0.72 0.47
Hex CE A4 22 0 14 53 13 2D 48 2F
Octal 316 244 42 0 24 123 23 55 110 57
Binary 11001110 10100100 100010 0 10100 1010011 10011 101101 1001000 101111

Color Harmonies of #CEA422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA422

Black with #CEA422

Text Example


Text Example

White with #CEA422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA422; }

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

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

background-color css

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

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

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

border-color css

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

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

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