Html Css Color HEX #CE9F19 Galliano

📋 copy color: '#CE9F19'

red 206 ◦ green 159 ◦ blue 25

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

Shades of Galliano #CE9F19

Tints of Galliano #CE9F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.41%

R = 52.82%
G = 40.77%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE9F19 (or 0xCE9F19) is known color: Galliano. HEX triplet: CE, 9F and 19. RGB value is (206,159,25). Sum of RGB (Red+Green+Blue) = 206+159+25=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9F19 is #3160E6. Grayscale: #9E9E9E. Windows color (decimal): -3236071 or 1679310. OLE color: 1679310.

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

Color convert

RGB 206 159 25 -
CMYK 0 0.23 0.88 0.19
HSL 44.42º 0.78% 0.45% -
HSV(B) 44.42º 0.88% 0.81% -
XYZ 38.03 37.99 6.25 -
YUV 157.78 53.07 162.4 -
System Red Green Blue C M Y K H S L
Decimal 206 159 25 0 0.23 0.88 0.19 44.42 0.78 0.45
Hex CE 9F 19 0 17 58 13 2C 4E 2D
Octal 316 237 31 0 27 130 23 54 116 55
Binary 11001110 10011111 11001 0 10111 1011000 10011 101100 1001110 101101

Color Harmonies of #CE9F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9F19

Black with #CE9F19

Text Example


Text Example

White with #CE9F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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