Html Css Color HEX #CEA622 Galliano

📋 copy color: '#CEA622'

red 206 ◦ green 166 ◦ blue 34

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

Shades of Galliano #CEA622

Tints of Galliano #CEA622

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

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

R = 50.74%
G = 40.89%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA622 (or 0xCEA622) is known color: Galliano. HEX triplet: CE, A6 and 22. RGB value is (206,166,34). Sum of RGB (Red+Green+Blue) = 206+166+34=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA622 is #3159DD. Grayscale: #A3A3A3. Windows color (decimal): -3234270 or 2270926. OLE color: 2270926.

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

Color convert

RGB 206 166 34 -
CMYK 0 0.19 0.83 0.19
HSL 46.05º 0.72% 0.47% -
HSV(B) 46.05º 0.83% 0.81% -
XYZ 39.38 40.51 7.26 -
YUV 162.91 55.25 158.73 -
System Red Green Blue C M Y K H S L
Decimal 206 166 34 0 0.19 0.83 0.19 46.05 0.72 0.47
Hex CE A6 22 0 13 53 13 2E 48 2F
Octal 316 246 42 0 23 123 23 56 110 57
Binary 11001110 10100110 100010 0 10011 1010011 10011 101110 1001000 101111

Color Harmonies of #CEA622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA622

Black with #CEA622

Text Example


Text Example

White with #CEA622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA622; }

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

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

background-color css

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

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

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

border-color css

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

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

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