Html Css Color HEX #D0996B Whiskey

📋 copy color: '#D0996B'

red 208 ◦ green 153 ◦ blue 107

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

Shades of Whiskey #D0996B

Tints of Whiskey #D0996B

RGB

 RED value IS 208 (81.64% from 255) = 44.44%

 GREEN value IS 153 (60.16% from 255) = 32.69%

 BLUE value IS 107 (42.19% from 255) = 22.86%

R = 44.44%
G = 32.69%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0996B (or 0xD0996B) is known color: Whiskey. HEX triplet: D0, 99 and 6B. RGB value is (208,153,107). Sum of RGB (Red+Green+Blue) = 208+153+107=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0996B is #2F6694. Grayscale: #A4A4A4. Windows color (decimal): -3106453 or 7051728. OLE color: 7051728.

HSL color Cylindrical-coordinate representation of color #D0996B: hue angle of 27.33º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0996B is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 107 -
CMYK 0 0.26 0.49 0.18
HSL 27.33º 0.52% 0.62% -
HSV(B) 27.33º 0.49% 0.82% -
XYZ 40.06 37.25 18.99 -
YUV 164.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 208 153 107 0 0.26 0.49 0.18 27.33 0.52 0.62
Hex D0 99 6B 0 1A 31 12 1B 34 3E
Octal 320 231 153 0 32 61 22 33 64 76
Binary 11010000 10011001 1101011 0 11010 110001 10010 11011 110100 111110

Color Harmonies of #D0996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0996B

Black with #D0996B

Text Example


Text Example

White with #D0996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0996B; }

 p { color: rgb(208,153,107); }

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

background-color css

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

 a { background-color: rgb(208,153,107); }

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

border-color css

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

 span { border-color: rgb(208,153,107); }

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