Html Css Color HEX #D59F6E Whiskey

📋 copy color: '#D59F6E'

red 213 ◦ green 159 ◦ blue 110

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

Shades of Whiskey #D59F6E

Tints of Whiskey #D59F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.82%

R = 44.19%
G = 32.99%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D59F6E (or 0xD59F6E) is known color: Whiskey. HEX triplet: D5, 9F and 6E. RGB value is (213,159,110). Sum of RGB (Red+Green+Blue) = 213+159+110=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F6E is #2A6091. Grayscale: #A9A9A9. Windows color (decimal): -2777234 or 7249877. OLE color: 7249877.

HSL color Cylindrical-coordinate representation of color #D59F6E: hue angle of 28.54º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D59F6E is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 110 -
CMYK 0 0.25 0.48 0.16
HSL 28.54º 0.55% 0.63% -
HSV(B) 28.54º 0.48% 0.84% -
XYZ 42.65 40.07 20.24 -
YUV 169.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 213 159 110 0 0.25 0.48 0.16 28.54 0.55 0.63
Hex D5 9F 6E 0 19 30 10 1D 37 3F
Octal 325 237 156 0 31 60 20 35 67 77
Binary 11010101 10011111 1101110 0 11001 110000 10000 11101 110111 111111

Color Harmonies of #D59F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F6E

Black with #D59F6E

Text Example


Text Example

White with #D59F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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