Html Css Color HEX #D59166 Whiskey

📋 copy color: '#D59166'

red 213 ◦ green 145 ◦ blue 102

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

Shades of Whiskey #D59166

Tints of Whiskey #D59166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.52%

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

R = 46.3%
G = 31.52%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D59166 (or 0xD59166) is known color: Whiskey. HEX triplet: D5, 91 and 66. RGB value is (213,145,102). Sum of RGB (Red+Green+Blue) = 213+145+102=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D59166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59166 is #2A6E99. Grayscale: #A0A0A0. Windows color (decimal): -2780826 or 6722005. OLE color: 6722005.

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

Color convert

RGB 213 145 102 -
CMYK 0 0.32 0.52 0.16
HSL 23.24º 0.57% 0.62% -
HSV(B) 23.24º 0.52% 0.84% -
XYZ 39.96 35.36 17.29 -
YUV 160.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 213 145 102 0 0.32 0.52 0.16 23.24 0.57 0.62
Hex D5 91 66 0 20 34 10 17 39 3E
Octal 325 221 146 0 40 64 20 27 71 76
Binary 11010101 10010001 1100110 0 100000 110100 10000 10111 111001 111110

Color Harmonies of #D59166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59166

Black with #D59166

Text Example


Text Example

White with #D59166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59166; }

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

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

background-color css

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

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

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

border-color css

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

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

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