Html Css Color HEX #D59F25 Galliano

📋 copy color: '#D59F25'

red 213 ◦ green 159 ◦ blue 37

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

Shades of Galliano #D59F25

Tints of Galliano #D59F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.05%

R = 52.08%
G = 38.88%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D59F25 (or 0xD59F25) is known color: Galliano. HEX triplet: D5, 9F and 25. RGB value is (213,159,37). Sum of RGB (Red+Green+Blue) = 213+159+37=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F25 is #2A60DA. Grayscale: #A1A1A1. Windows color (decimal): -2777307 or 2465749. OLE color: 2465749.

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

Color convert

RGB 213 159 37 -
CMYK 0 0.25 0.83 0.16
HSL 41.59º 0.7% 0.49% -
HSV(B) 41.59º 0.83% 0.84% -
XYZ 40.17 39.08 7.18 -
YUV 161.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 213 159 37 0 0.25 0.83 0.16 41.59 0.7 0.49
Hex D5 9F 25 0 19 53 10 2A 46 31
Octal 325 237 45 0 31 123 20 52 106 61
Binary 11010101 10011111 100101 0 11001 1010011 10000 101010 1000110 110001

Color Harmonies of #D59F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F25

Black with #D59F25

Text Example


Text Example

White with #D59F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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