Html Css Color HEX #D59E19 Galliano

📋 copy color: '#D59E19'

red 213 ◦ green 158 ◦ blue 25

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

Shades of Galliano #D59E19

Tints of Galliano #D59E19

RGB

 RED value IS 213 (83.59% from 255) = 53.79%

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

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

R = 53.79%
G = 39.9%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D59E19 (or 0xD59E19) is known color: Galliano. HEX triplet: D5, 9E and 19. RGB value is (213,158,25). Sum of RGB (Red+Green+Blue) = 213+158+25=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59E19 is #2A61E6. Grayscale: #9F9F9F. Windows color (decimal): -2777575 or 1679061. OLE color: 1679061.

HSL color Cylindrical-coordinate representation of color #D59E19: hue angle of 42.45º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D59E19 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 158 25 -
CMYK 0 0.26 0.88 0.16
HSL 42.45º 0.79% 0.47% -
HSV(B) 42.45º 0.88% 0.84% -
XYZ 39.84 38.67 6.28 -
YUV 159.28 52.22 166.31 -
System Red Green Blue C M Y K H S L
Decimal 213 158 25 0 0.26 0.88 0.16 42.45 0.79 0.47
Hex D5 9E 19 0 1A 58 10 2A 4F 2F
Octal 325 236 31 0 32 130 20 52 117 57
Binary 11010101 10011110 11001 0 11010 1011000 10000 101010 1001111 101111

Color Harmonies of #D59E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E19

Black with #D59E19

Text Example


Text Example

White with #D59E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E19; }

 p { color: rgb(213,158,25); }

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

background-color css

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

 a { background-color: rgb(213,158,25); }

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

border-color css

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

 span { border-color: rgb(213,158,25); }

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