Html Css Color HEX #D59F1D Galliano

📋 copy color: '#D59F1D'

red 213 ◦ green 159 ◦ blue 29

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

Shades of Galliano #D59F1D

Tints of Galliano #D59F1D

RGB

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

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

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

R = 53.12%
G = 39.65%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D59F1D (or 0xD59F1D) is known color: Galliano. HEX triplet: D5, 9F and 1D. RGB value is (213,159,29). Sum of RGB (Red+Green+Blue) = 213+159+29=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F1D is #2A60E2. Grayscale: #A0A0A0. Windows color (decimal): -2777315 or 1941461. OLE color: 1941461.

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

Color convert

RGB 213 159 29 -
CMYK 0 0.25 0.86 0.16
HSL 42.39º 0.76% 0.47% -
HSV(B) 42.39º 0.86% 0.84% -
XYZ 40.06 39.03 6.58 -
YUV 160.33 53.89 165.57 -
System Red Green Blue C M Y K H S L
Decimal 213 159 29 0 0.25 0.86 0.16 42.39 0.76 0.47
Hex D5 9F 1D 0 19 56 10 2A 4C 2F
Octal 325 237 35 0 31 126 20 52 114 57
Binary 11010101 10011111 11101 0 11001 1010110 10000 101010 1001100 101111

Color Harmonies of #D59F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F1D

Black with #D59F1D

Text Example


Text Example

White with #D59F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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