Html Css Color HEX #CE9F14 Galliano

📋 copy color: '#CE9F14'

red 206 ◦ green 159 ◦ blue 20

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

Shades of Galliano #CE9F14

Tints of Galliano #CE9F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 53.51%
G = 41.3%
B = 5.19%

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

#CE9F14 (or 0xCE9F14) is known color: Galliano. HEX triplet: CE, 9F and 14. RGB value is (206,159,20). Sum of RGB (Red+Green+Blue) = 206+159+20=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9F14 is #3160EB. Grayscale: #9D9D9D. Windows color (decimal): -3236076 or 1351630. OLE color: 1351630.

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

Color convert

RGB 206 159 20 -
CMYK 0 0.23 0.90 0.19
HSL 44.84º 0.82% 0.44% -
HSV(B) 44.84º 0.9% 0.81% -
XYZ 37.98 37.97 5.99 -
YUV 157.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 206 159 20 0 0.23 0.90 0.19 44.84 0.82 0.44
Hex CE 9F 14 0 17 5A 13 2D 52 2C
Octal 316 237 24 0 27 132 23 55 122 54
Binary 11001110 10011111 10100 0 10111 1011010 10011 101101 1010010 101100

Color Harmonies of #CE9F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9F14

Black with #CE9F14

Text Example


Text Example

White with #CE9F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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