Html Css Color HEX #CE9A19 Galliano

📋 copy color: '#CE9A19'

red 206 ◦ green 154 ◦ blue 25

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

Shades of Galliano #CE9A19

Tints of Galliano #CE9A19

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

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

R = 53.51%
G = 40%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE9A19 (or 0xCE9A19) is known color: Galliano. HEX triplet: CE, 9A and 19. RGB value is (206,154,25). Sum of RGB (Red+Green+Blue) = 206+154+25=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9A19 is #3165E6. Grayscale: #9B9B9B. Windows color (decimal): -3237351 or 1678030. OLE color: 1678030.

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

Color convert

RGB 206 154 25 -
CMYK 0 0.25 0.88 0.19
HSL 42.76º 0.78% 0.45% -
HSV(B) 42.76º 0.88% 0.81% -
XYZ 37.18 36.3 5.97 -
YUV 154.84 54.73 164.49 -
System Red Green Blue C M Y K H S L
Decimal 206 154 25 0 0.25 0.88 0.19 42.76 0.78 0.45
Hex CE 9A 19 0 19 58 13 2B 4E 2D
Octal 316 232 31 0 31 130 23 53 116 55
Binary 11001110 10011010 11001 0 11001 1011000 10011 101011 1001110 101101

Color Harmonies of #CE9A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A19

Black with #CE9A19

Text Example


Text Example

White with #CE9A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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