Html Css Color HEX #D0996D Whiskey

📋 copy color: '#D0996D'

red 208 ◦ green 153 ◦ blue 109

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

Shades of Whiskey #D0996D

Tints of Whiskey #D0996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 44.26%
G = 32.55%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0996D (or 0xD0996D) is known color: Whiskey. HEX triplet: D0, 99 and 6D. RGB value is (208,153,109). Sum of RGB (Red+Green+Blue) = 208+153+109=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0996D is #2F6692. Grayscale: #A4A4A4. Windows color (decimal): -3106451 or 7182800. OLE color: 7182800.

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

Color convert

RGB 208 153 109 -
CMYK 0 0.26 0.48 0.18
HSL 26.67º 0.51% 0.62% -
HSV(B) 26.67º 0.48% 0.82% -
XYZ 40.16 37.3 19.55 -
YUV 164.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 208 153 109 0 0.26 0.48 0.18 26.67 0.51 0.62
Hex D0 99 6D 0 1A 30 12 1B 33 3E
Octal 320 231 155 0 32 60 22 33 63 76
Binary 11010000 10011001 1101101 0 11010 110000 10010 11011 110011 111110

Color Harmonies of #D0996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0996D

Black with #D0996D

Text Example


Text Example

White with #D0996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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