Html Css Color HEX #D59A66 Whiskey

📋 copy color: '#D59A66'

red 213 ◦ green 154 ◦ blue 102

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

Shades of Whiskey #D59A66

Tints of Whiskey #D59A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.75%

R = 45.42%
G = 32.84%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D59A66 (or 0xD59A66) is known color: Whiskey. HEX triplet: D5, 9A and 66. RGB value is (213,154,102). Sum of RGB (Red+Green+Blue) = 213+154+102=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A66 is #2A6599. Grayscale: #A5A5A5. Windows color (decimal): -2778522 or 6724309. OLE color: 6724309.

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

Color convert

RGB 213 154 102 -
CMYK 0 0.28 0.52 0.16
HSL 28.11º 0.57% 0.62% -
HSV(B) 28.11º 0.52% 0.84% -
XYZ 41.39 38.22 17.77 -
YUV 165.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 213 154 102 0 0.28 0.52 0.16 28.11 0.57 0.62
Hex D5 9A 66 0 1C 34 10 1C 39 3E
Octal 325 232 146 0 34 64 20 34 71 76
Binary 11010101 10011010 1100110 0 11100 110100 10000 11100 111001 111110

Color Harmonies of #D59A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A66

Black with #D59A66

Text Example


Text Example

White with #D59A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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