Html Css Color HEX #D59A6D Whiskey

📋 copy color: '#D59A6D'

red 213 ◦ green 154 ◦ blue 109

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

Shades of Whiskey #D59A6D

Tints of Whiskey #D59A6D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.35%

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 44.75%
G = 32.35%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D59A6D (or 0xD59A6D) is known color: Whiskey. HEX triplet: D5, 9A and 6D. RGB value is (213,154,109). Sum of RGB (Red+Green+Blue) = 213+154+109=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A6D is #2A6592. Grayscale: #A6A6A6. Windows color (decimal): -2778515 or 7183061. OLE color: 7183061.

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

Color convert

RGB 213 154 109 -
CMYK 0 0.28 0.49 0.16
HSL 25.96º 0.55% 0.63% -
HSV(B) 25.96º 0.49% 0.84% -
XYZ 41.76 38.36 19.67 -
YUV 166.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 213 154 109 0 0.28 0.49 0.16 25.96 0.55 0.63
Hex D5 9A 6D 0 1C 31 10 1A 37 3F
Octal 325 232 155 0 34 61 20 32 67 77
Binary 11010101 10011010 1101101 0 11100 110001 10000 11010 110111 111111

Color Harmonies of #D59A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A6D

Black with #D59A6D

Text Example


Text Example

White with #D59A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A6D; }

 p { color: rgb(213,154,109); }

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

background-color css

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

 a { background-color: rgb(213,154,109); }

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

border-color css

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

 span { border-color: rgb(213,154,109); }

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