Html Css Color HEX #D99A6C Whiskey

📋 copy color: '#D99A6C'

red 217 ◦ green 154 ◦ blue 108

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

Shades of Whiskey #D99A6C

Tints of Whiskey #D99A6C

RGB

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

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

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

R = 45.3%
G = 32.15%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D99A6C (or 0xD99A6C) is known color: Whiskey. HEX triplet: D9, 9A and 6C. RGB value is (217,154,108). Sum of RGB (Red+Green+Blue) = 217+154+108=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A6C is #266593. Grayscale: #A7A7A7. Windows color (decimal): -2516372 or 7117529. OLE color: 7117529.

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

Color convert

RGB 217 154 108 -
CMYK 0 0.29 0.50 0.15
HSL 25.32º 0.59% 0.64% -
HSV(B) 25.32º 0.5% 0.85% -
XYZ 42.88 38.95 19.44 -
YUV 167.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 217 154 108 0 0.29 0.50 0.15 25.32 0.59 0.64
Hex D9 9A 6C 0 1D 32 F 19 3B 40
Octal 331 232 154 0 35 62 17 31 73 100
Binary 11011001 10011010 1101100 0 11101 110010 1111 11001 111011 1000000

Color Harmonies of #D99A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A6C

Black with #D99A6C

Text Example


Text Example

White with #D99A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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