Html Css Color HEX #CE9E17 Galliano

📋 copy color: '#CE9E17'

red 206 ◦ green 158 ◦ blue 23

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

Shades of Galliano #CE9E17

Tints of Galliano #CE9E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.94%

R = 53.23%
G = 40.83%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE9E17 (or 0xCE9E17) is known color: Galliano. HEX triplet: CE, 9E and 17. RGB value is (206,158,23). Sum of RGB (Red+Green+Blue) = 206+158+23=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9E17 is #3161E8. Grayscale: #9D9D9D. Windows color (decimal): -3236329 or 1547982. OLE color: 1547982.

HSL color Cylindrical-coordinate representation of color #CE9E17: hue angle of 44.26º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE9E17 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 158 23 -
CMYK 0 0.23 0.89 0.19
HSL 44.26º 0.8% 0.45% -
HSV(B) 44.26º 0.89% 0.81% -
XYZ 37.84 37.64 6.08 -
YUV 156.96 52.4 162.98 -
System Red Green Blue C M Y K H S L
Decimal 206 158 23 0 0.23 0.89 0.19 44.26 0.8 0.45
Hex CE 9E 17 0 17 59 13 2C 50 2D
Octal 316 236 27 0 27 131 23 54 120 55
Binary 11001110 10011110 10111 0 10111 1011001 10011 101100 1010000 101101

Color Harmonies of #CE9E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E17

Black with #CE9E17

Text Example


Text Example

White with #CE9E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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