Html Css Color HEX #CEA722 Galliano

📋 copy color: '#CEA722'

red 206 ◦ green 167 ◦ blue 34

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

Shades of Galliano #CEA722

Tints of Galliano #CEA722

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.03%

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

R = 50.61%
G = 41.03%
B = 8.35%

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

#CEA722 (or 0xCEA722) is known color: Galliano. HEX triplet: CE, A7 and 22. RGB value is (206,167,34). Sum of RGB (Red+Green+Blue) = 206+167+34=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA722 is #3158DD. Grayscale: #A4A4A4. Windows color (decimal): -3234014 or 2271182. OLE color: 2271182.

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

Color convert

RGB 206 167 34 -
CMYK 0 0.19 0.83 0.19
HSL 46.4º 0.72% 0.47% -
HSV(B) 46.4º 0.83% 0.81% -
XYZ 39.56 40.87 7.32 -
YUV 163.5 54.92 158.31 -
System Red Green Blue C M Y K H S L
Decimal 206 167 34 0 0.19 0.83 0.19 46.4 0.72 0.47
Hex CE A7 22 0 13 53 13 2E 48 2F
Octal 316 247 42 0 23 123 23 56 110 57
Binary 11001110 10100111 100010 0 10011 1010011 10011 101110 1001000 101111

Color Harmonies of #CEA722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA722

Black with #CEA722

Text Example


Text Example

White with #CEA722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA722; }

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

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

background-color css

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

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

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

border-color css

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

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

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