Html Css Color HEX #D99166 Whiskey

📋 copy color: '#D99166'

red 217 ◦ green 145 ◦ blue 102

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

Shades of Whiskey #D99166

Tints of Whiskey #D99166

RGB

 RED value IS 217 (85.16% from 255) = 46.77%

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

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

R = 46.77%
G = 31.25%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D99166 (or 0xD99166) is known color: Whiskey. HEX triplet: D9, 91 and 66. RGB value is (217,145,102). Sum of RGB (Red+Green+Blue) = 217+145+102=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D99166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99166 is #266E99. Grayscale: #A1A1A1. Windows color (decimal): -2518682 or 6722009. OLE color: 6722009.

HSL color Cylindrical-coordinate representation of color #D99166: hue angle of 22.43º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D99166 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 145 102 -
CMYK 0 0.33 0.53 0.15
HSL 22.43º 0.6% 0.63% -
HSV(B) 22.43º 0.53% 0.85% -
XYZ 41.14 35.96 17.34 -
YUV 161.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 217 145 102 0 0.33 0.53 0.15 22.43 0.6 0.63
Hex D9 91 66 0 21 35 F 16 3C 3F
Octal 331 221 146 0 41 65 17 26 74 77
Binary 11011001 10010001 1100110 0 100001 110101 1111 10110 111100 111111

Color Harmonies of #D99166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99166

Black with #D99166

Text Example


Text Example

White with #D99166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99166; }

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

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

background-color css

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

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

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

border-color css

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

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

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