Html Css Color HEX #CEA720 Galliano

📋 copy color: '#CEA720'

red 206 ◦ green 167 ◦ blue 32

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

Shades of Galliano #CEA720

Tints of Galliano #CEA720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.9%

R = 50.86%
G = 41.23%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEA720 (or 0xCEA720) is known color: Galliano. HEX triplet: CE, A7 and 20. RGB value is (206,167,32). Sum of RGB (Red+Green+Blue) = 206+167+32=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA720 is #3158DF. Grayscale: #A3A3A3. Windows color (decimal): -3234016 or 2140110. OLE color: 2140110.

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

Color convert

RGB 206 167 32 -
CMYK 0 0.19 0.84 0.19
HSL 46.55º 0.73% 0.47% -
HSV(B) 46.55º 0.84% 0.81% -
XYZ 39.53 40.86 7.17 -
YUV 163.27 53.92 158.48 -
System Red Green Blue C M Y K H S L
Decimal 206 167 32 0 0.19 0.84 0.19 46.55 0.73 0.47
Hex CE A7 20 0 13 54 13 2F 49 2F
Octal 316 247 40 0 23 124 23 57 111 57
Binary 11001110 10100111 100000 0 10011 1010100 10011 101111 1001001 101111

Color Harmonies of #CEA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA720

Black with #CEA720

Text Example


Text Example

White with #CEA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA720; }

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

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

background-color css

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

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

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

border-color css

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

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

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