Html Css Color HEX #D59F19 Galliano

📋 copy color: '#D59F19'

red 213 ◦ green 159 ◦ blue 25

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

Shades of Galliano #D59F19

Tints of Galliano #D59F19

RGB

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

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

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

R = 53.65%
G = 40.05%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D59F19 (or 0xD59F19) is known color: Galliano. HEX triplet: D5, 9F and 19. RGB value is (213,159,25). Sum of RGB (Red+Green+Blue) = 213+159+25=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59F19 is #2A60E6. Grayscale: #A0A0A0. Windows color (decimal): -2777319 or 1679317. OLE color: 1679317.

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

Color convert

RGB 213 159 25 -
CMYK 0 0.25 0.88 0.16
HSL 42.77º 0.79% 0.47% -
HSV(B) 42.77º 0.88% 0.84% -
XYZ 40.01 39.01 6.34 -
YUV 159.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 213 159 25 0 0.25 0.88 0.16 42.77 0.79 0.47
Hex D5 9F 19 0 19 58 10 2B 4F 2F
Octal 325 237 31 0 31 130 20 53 117 57
Binary 11010101 10011111 11001 0 11001 1011000 10000 101011 1001111 101111

Color Harmonies of #D59F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F19

Black with #D59F19

Text Example


Text Example

White with #D59F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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