Html Css Color HEX #D59F20 Galliano

📋 copy color: '#D59F20'

red 213 ◦ green 159 ◦ blue 32

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

Shades of Galliano #D59F20

Tints of Galliano #D59F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.92%

R = 52.72%
G = 39.36%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D59F20 (or 0xD59F20) is known color: Galliano. HEX triplet: D5, 9F and 20. RGB value is (213,159,32). Sum of RGB (Red+Green+Blue) = 213+159+32=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F20 is #2A60DF. Grayscale: #A1A1A1. Windows color (decimal): -2777312 or 2138069. OLE color: 2138069.

HSL color Cylindrical-coordinate representation of color #D59F20: hue angle of 42.1º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D59F20 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 32 -
CMYK 0 0.25 0.85 0.16
HSL 42.1º 0.74% 0.48% -
HSV(B) 42.1º 0.85% 0.84% -
XYZ 40.1 39.05 6.79 -
YUV 160.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 213 159 32 0 0.25 0.85 0.16 42.1 0.74 0.48
Hex D5 9F 20 0 19 55 10 2A 4A 30
Octal 325 237 40 0 31 125 20 52 112 60
Binary 11010101 10011111 100000 0 11001 1010101 10000 101010 1001010 110000

Color Harmonies of #D59F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F20

Black with #D59F20

Text Example


Text Example

White with #D59F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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