Html Css Color HEX #D59E29 Galliano

📋 copy color: '#D59E29'

red 213 ◦ green 158 ◦ blue 41

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

Shades of Galliano #D59E29

Tints of Galliano #D59E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.95%

R = 51.7%
G = 38.35%
B = 9.95%

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

#D59E29 (or 0xD59E29) is known color: Galliano. HEX triplet: D5, 9E and 29. RGB value is (213,158,41). Sum of RGB (Red+Green+Blue) = 213+158+41=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59E29 is #2A61D6. Grayscale: #A1A1A1. Windows color (decimal): -2777559 or 2727637. OLE color: 2727637.

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

Color convert

RGB 213 158 41 -
CMYK 0 0.26 0.81 0.16
HSL 40.81º 0.68% 0.5% -
HSV(B) 40.81º 0.81% 0.84% -
XYZ 40.07 38.76 7.47 -
YUV 161.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 213 158 41 0 0.26 0.81 0.16 40.81 0.68 0.5
Hex D5 9E 29 0 1A 51 10 29 44 32
Octal 325 236 51 0 32 121 20 51 104 62
Binary 11010101 10011110 101001 0 11010 1010001 10000 101001 1000100 110010

Color Harmonies of #D59E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E29

Black with #D59E29

Text Example


Text Example

White with #D59E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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