Html Css Color HEX #CE9F20 Galliano

📋 copy color: '#CE9F20'

red 206 ◦ green 159 ◦ blue 32

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

Shades of Galliano #CE9F20

Tints of Galliano #CE9F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

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

R = 51.89%
G = 40.05%
B = 8.06%

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

#CE9F20 (or 0xCE9F20) is known color: Galliano. HEX triplet: CE, 9F and 20. RGB value is (206,159,32). Sum of RGB (Red+Green+Blue) = 206+159+32=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F20 is #3160DF. Grayscale: #9F9F9F. Windows color (decimal): -3236064 or 2138062. OLE color: 2138062.

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

Color convert

RGB 206 159 32 -
CMYK 0 0.23 0.84 0.19
HSL 43.79º 0.73% 0.47% -
HSV(B) 43.79º 0.84% 0.81% -
XYZ 38.11 38.02 6.7 -
YUV 158.58 56.57 161.83 -
System Red Green Blue C M Y K H S L
Decimal 206 159 32 0 0.23 0.84 0.19 43.79 0.73 0.47
Hex CE 9F 20 0 17 54 13 2C 49 2F
Octal 316 237 40 0 27 124 23 54 111 57
Binary 11001110 10011111 100000 0 10111 1010100 10011 101100 1001001 101111

Color Harmonies of #CE9F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9F20

Black with #CE9F20

Text Example


Text Example

White with #CE9F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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