Html Css Color HEX #CE9D20 Galliano

📋 copy color: '#CE9D20'

red 206 ◦ green 157 ◦ blue 32

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

Shades of Galliano #CE9D20

Tints of Galliano #CE9D20

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.75%

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

R = 52.15%
G = 39.75%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE9D20 (or 0xCE9D20) is known color: Galliano. HEX triplet: CE, 9D and 20. RGB value is (206,157,32). Sum of RGB (Red+Green+Blue) = 206+157+32=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D20 is #3162DF. Grayscale: #9D9D9D. Windows color (decimal): -3236576 or 2137550. OLE color: 2137550.

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

Color convert

RGB 206 157 32 -
CMYK 0 0.24 0.84 0.19
HSL 43.1º 0.73% 0.47% -
HSV(B) 43.1º 0.84% 0.81% -
XYZ 37.77 37.34 6.58 -
YUV 157.4 57.23 162.66 -
System Red Green Blue C M Y K H S L
Decimal 206 157 32 0 0.24 0.84 0.19 43.1 0.73 0.47
Hex CE 9D 20 0 18 54 13 2B 49 2F
Octal 316 235 40 0 30 124 23 53 111 57
Binary 11001110 10011101 100000 0 11000 1010100 10011 101011 1001001 101111

Color Harmonies of #CE9D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9D20

Black with #CE9D20

Text Example


Text Example

White with #CE9D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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