Html Css Color HEX #CE9E20 Galliano

📋 copy color: '#CE9E20'

red 206 ◦ green 158 ◦ blue 32

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

Shades of Galliano #CE9E20

Tints of Galliano #CE9E20

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.9%

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

R = 52.02%
G = 39.9%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE9E20 (or 0xCE9E20) is known color: Galliano. HEX triplet: CE, 9E and 20. RGB value is (206,158,32). Sum of RGB (Red+Green+Blue) = 206+158+32=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E20 is #3161DF. Grayscale: #9E9E9E. Windows color (decimal): -3236320 or 2137806. OLE color: 2137806.

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

Color convert

RGB 206 158 32 -
CMYK 0 0.23 0.84 0.19
HSL 43.45º 0.73% 0.47% -
HSV(B) 43.45º 0.84% 0.81% -
XYZ 37.94 37.68 6.64 -
YUV 157.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 206 158 32 0 0.23 0.84 0.19 43.45 0.73 0.47
Hex CE 9E 20 0 17 54 13 2B 49 2F
Octal 316 236 40 0 27 124 23 53 111 57
Binary 11001110 10011110 100000 0 10111 1010100 10011 101011 1001001 101111

Color Harmonies of #CE9E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E20

Black with #CE9E20

Text Example


Text Example

White with #CE9E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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