Html Css Color HEX #CE9E15 Galliano

📋 copy color: '#CE9E15'

red 206 ◦ green 158 ◦ blue 21

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

Shades of Galliano #CE9E15

Tints of Galliano #CE9E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.45%

R = 53.51%
G = 41.04%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE9E15 (or 0xCE9E15) is known color: Galliano. HEX triplet: CE, 9E and 15. RGB value is (206,158,21). Sum of RGB (Red+Green+Blue) = 206+158+21=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9E15 is #3161EA. Grayscale: #9D9D9D. Windows color (decimal): -3236331 or 1416910. OLE color: 1416910.

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

Color convert

RGB 206 158 21 -
CMYK 0 0.23 0.90 0.19
HSL 44.43º 0.81% 0.45% -
HSV(B) 44.43º 0.9% 0.81% -
XYZ 37.82 37.63 5.98 -
YUV 156.73 51.4 163.14 -
System Red Green Blue C M Y K H S L
Decimal 206 158 21 0 0.23 0.90 0.19 44.43 0.81 0.45
Hex CE 9E 15 0 17 5A 13 2C 51 2D
Octal 316 236 25 0 27 132 23 54 121 55
Binary 11001110 10011110 10101 0 10111 1011010 10011 101100 1010001 101101

Color Harmonies of #CE9E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E15

Black with #CE9E15

Text Example


Text Example

White with #CE9E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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