Html Css Color HEX #D59D1F Galliano

📋 copy color: '#D59D1F'

red 213 ◦ green 157 ◦ blue 31

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

Shades of Galliano #D59D1F

Tints of Galliano #D59D1F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.15%

 BLUE value IS 31 (12.5% from 255) = 7.73%

R = 53.12%
G = 39.15%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D59D1F (or 0xD59D1F) is known color: Galliano. HEX triplet: D5, 9D and 1F. RGB value is (213,157,31). Sum of RGB (Red+Green+Blue) = 213+157+31=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D1F is #2A62E0. Grayscale: #9F9F9F. Windows color (decimal): -2777825 or 2072021. OLE color: 2072021.

HSL color Cylindrical-coordinate representation of color #D59D1F: hue angle of 41.54º degrees, saturation: 0.75, 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 #D59D1F is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 157 31 -
CMYK 0 0.26 0.85 0.16
HSL 41.54º 0.75% 0.48% -
HSV(B) 41.54º 0.85% 0.84% -
XYZ 39.74 38.36 6.61 -
YUV 159.38 55.55 166.25 -
System Red Green Blue C M Y K H S L
Decimal 213 157 31 0 0.26 0.85 0.16 41.54 0.75 0.48
Hex D5 9D 1F 0 1A 55 10 2A 4B 30
Octal 325 235 37 0 32 125 20 52 113 60
Binary 11010101 10011101 11111 0 11010 1010101 10000 101010 1001011 110000

Color Harmonies of #D59D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D1F

Black with #D59D1F

Text Example


Text Example

White with #D59D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D1F; }

 p { color: rgb(213,157,31); }

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

background-color css

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

 a { background-color: rgb(213,157,31); }

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

border-color css

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

 span { border-color: rgb(213,157,31); }

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