Html Css Color HEX #D59D24 Galliano

📋 copy color: '#D59D24'

red 213 ◦ green 157 ◦ blue 36

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

Shades of Galliano #D59D24

Tints of Galliano #D59D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.87%

R = 52.46%
G = 38.67%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D59D24 (or 0xD59D24) is known color: Galliano. HEX triplet: D5, 9D and 24. RGB value is (213,157,36). Sum of RGB (Red+Green+Blue) = 213+157+36=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D24 is #2A62DB. Grayscale: #A0A0A0. Windows color (decimal): -2777820 or 2399701. OLE color: 2399701.

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

Color convert

RGB 213 157 36 -
CMYK 0 0.26 0.83 0.16
HSL 41.02º 0.71% 0.49% -
HSV(B) 41.02º 0.83% 0.84% -
XYZ 39.82 38.39 6.98 -
YUV 159.95 58.05 165.84 -
System Red Green Blue C M Y K H S L
Decimal 213 157 36 0 0.26 0.83 0.16 41.02 0.71 0.49
Hex D5 9D 24 0 1A 53 10 29 47 31
Octal 325 235 44 0 32 123 20 51 107 61
Binary 11010101 10011101 100100 0 11010 1010011 10000 101001 1000111 110001

Color Harmonies of #D59D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D24

Black with #D59D24

Text Example


Text Example

White with #D59D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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