Html Css Color HEX #CEA922 Galliano

📋 copy color: '#CEA922'

red 206 ◦ green 169 ◦ blue 34

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

Shades of Galliano #CEA922

Tints of Galliano #CEA922

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.32%

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

R = 50.37%
G = 41.32%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA922 (or 0xCEA922) is known color: Galliano. HEX triplet: CE, A9 and 22. RGB value is (206,169,34). Sum of RGB (Red+Green+Blue) = 206+169+34=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA922 is #3156DD. Grayscale: #A5A5A5. Windows color (decimal): -3233502 or 2271694. OLE color: 2271694.

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

Color convert

RGB 206 169 34 -
CMYK 0 0.18 0.83 0.19
HSL 47.09º 0.72% 0.47% -
HSV(B) 47.09º 0.83% 0.81% -
XYZ 39.93 41.61 7.44 -
YUV 164.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 206 169 34 0 0.18 0.83 0.19 47.09 0.72 0.47
Hex CE A9 22 0 12 53 13 2F 48 2F
Octal 316 251 42 0 22 123 23 57 110 57
Binary 11001110 10101001 100010 0 10010 1010011 10011 101111 1001000 101111

Color Harmonies of #CEA922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA922

Black with #CEA922

Text Example


Text Example

White with #CEA922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA922; }

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

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

background-color css

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

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

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

border-color css

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

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

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