Html Css Color HEX #D59E1D Galliano

📋 copy color: '#D59E1D'

red 213 ◦ green 158 ◦ blue 29

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

Shades of Galliano #D59E1D

Tints of Galliano #D59E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.25%

R = 53.25%
G = 39.5%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D59E1D (or 0xD59E1D) is known color: Galliano. HEX triplet: D5, 9E and 1D. RGB value is (213,158,29). Sum of RGB (Red+Green+Blue) = 213+158+29=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59E1D is #2A61E2. Grayscale: #A0A0A0. Windows color (decimal): -2777571 or 1941205. OLE color: 1941205.

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

Color convert

RGB 213 158 29 -
CMYK 0 0.26 0.86 0.16
HSL 42.07º 0.76% 0.47% -
HSV(B) 42.07º 0.86% 0.84% -
XYZ 39.89 38.69 6.53 -
YUV 159.74 54.22 165.99 -
System Red Green Blue C M Y K H S L
Decimal 213 158 29 0 0.26 0.86 0.16 42.07 0.76 0.47
Hex D5 9E 1D 0 1A 56 10 2A 4C 2F
Octal 325 236 35 0 32 126 20 52 114 57
Binary 11010101 10011110 11101 0 11010 1010110 10000 101010 1001100 101111

Color Harmonies of #D59E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E1D

Black with #D59E1D

Text Example


Text Example

White with #D59E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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