Html Css Color HEX #D59E28 Galliano

📋 copy color: '#D59E28'

red 213 ◦ green 158 ◦ blue 40

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

Shades of Galliano #D59E28

Tints of Galliano #D59E28

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

 BLUE value IS 40 (16.02% from 255) = 9.73%

R = 51.82%
G = 38.44%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D59E28 (or 0xD59E28) is known color: Galliano. HEX triplet: D5, 9E and 28. RGB value is (213,158,40). Sum of RGB (Red+Green+Blue) = 213+158+40=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59E28 is #2A61D7. Grayscale: #A1A1A1. Windows color (decimal): -2777560 or 2662101. OLE color: 2662101.

HSL color Cylindrical-coordinate representation of color #D59E28: hue angle of 40.92º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D59E28 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 158 40 -
CMYK 0 0.26 0.81 0.16
HSL 40.92º 0.68% 0.5% -
HSV(B) 40.92º 0.81% 0.84% -
XYZ 40.05 38.75 7.38 -
YUV 160.99 59.72 165.09 -
System Red Green Blue C M Y K H S L
Decimal 213 158 40 0 0.26 0.81 0.16 40.92 0.68 0.5
Hex D5 9E 28 0 1A 51 10 29 44 32
Octal 325 236 50 0 32 121 20 51 104 62
Binary 11010101 10011110 101000 0 11010 1010001 10000 101001 1000100 110010

Color Harmonies of #D59E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E28

Black with #D59E28

Text Example


Text Example

White with #D59E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E28; }

 p { color: rgb(213,158,40); }

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

background-color css

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

 a { background-color: rgb(213,158,40); }

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

border-color css

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

 span { border-color: rgb(213,158,40); }

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