Html Css Color HEX #D99C6C Whiskey

📋 copy color: '#D99C6C'

red 217 ◦ green 156 ◦ blue 108

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

Shades of Whiskey #D99C6C

Tints of Whiskey #D99C6C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.43%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 45.11%
G = 32.43%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D99C6C (or 0xD99C6C) is known color: Whiskey. HEX triplet: D9, 9C and 6C. RGB value is (217,156,108). Sum of RGB (Red+Green+Blue) = 217+156+108=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C6C is #266393. Grayscale: #A9A9A9. Windows color (decimal): -2515860 or 7118041. OLE color: 7118041.

HSL color Cylindrical-coordinate representation of color #D99C6C: hue angle of 26.42º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D99C6C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 156 108 -
CMYK 0 0.28 0.50 0.15
HSL 26.42º 0.59% 0.64% -
HSV(B) 26.42º 0.5% 0.85% -
XYZ 43.21 39.61 19.56 -
YUV 168.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 217 156 108 0 0.28 0.50 0.15 26.42 0.59 0.64
Hex D9 9C 6C 0 1C 32 F 1A 3B 40
Octal 331 234 154 0 34 62 17 32 73 100
Binary 11011001 10011100 1101100 0 11100 110010 1111 11010 111011 1000000

Color Harmonies of #D99C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C6C

Black with #D99C6C

Text Example


Text Example

White with #D99C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C6C; }

 p { color: rgb(217,156,108); }

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

background-color css

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

 a { background-color: rgb(217,156,108); }

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

border-color css

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

 span { border-color: rgb(217,156,108); }

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