Html Css Color HEX #D99766 Whiskey

📋 copy color: '#D99766'

red 217 ◦ green 151 ◦ blue 102

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

Shades of Whiskey #D99766

Tints of Whiskey #D99766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.13%

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

R = 46.17%
G = 32.13%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D99766 (or 0xD99766) is known color: Whiskey. HEX triplet: D9, 97 and 66. RGB value is (217,151,102). Sum of RGB (Red+Green+Blue) = 217+151+102=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D99766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99766 is #266899. Grayscale: #A5A5A5. Windows color (decimal): -2517146 or 6723545. OLE color: 6723545.

HSL color Cylindrical-coordinate representation of color #D99766: hue angle of 25.57º 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 #D99766 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 102 -
CMYK 0 0.30 0.53 0.15
HSL 25.57º 0.6% 0.63% -
HSV(B) 25.57º 0.53% 0.85% -
XYZ 42.08 37.84 17.66 -
YUV 165.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 217 151 102 0 0.30 0.53 0.15 25.57 0.6 0.63
Hex D9 97 66 0 1E 35 F 1A 3C 3F
Octal 331 227 146 0 36 65 17 32 74 77
Binary 11011001 10010111 1100110 0 11110 110101 1111 11010 111100 111111

Color Harmonies of #D99766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99766

Black with #D99766

Text Example


Text Example

White with #D99766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99766; }

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

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

background-color css

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

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

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

border-color css

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

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

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