Html Css Color HEX #D2996D Whiskey

📋 copy color: '#D2996D'

red 210 ◦ green 153 ◦ blue 109

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

Shades of Whiskey #D2996D

Tints of Whiskey #D2996D

RGB

 RED value IS 210 (82.42% from 255) = 44.49%

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

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

R = 44.49%
G = 32.42%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2996D (or 0xD2996D) is known color: Whiskey. HEX triplet: D2, 99 and 6D. RGB value is (210,153,109). Sum of RGB (Red+Green+Blue) = 210+153+109=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2996D is #2D6692. Grayscale: #A5A5A5. Windows color (decimal): -2975379 or 7182802. OLE color: 7182802.

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

Color convert

RGB 210 153 109 -
CMYK 0 0.27 0.48 0.18
HSL 26.14º 0.53% 0.63% -
HSV(B) 26.14º 0.48% 0.82% -
XYZ 40.73 37.59 19.58 -
YUV 165.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 210 153 109 0 0.27 0.48 0.18 26.14 0.53 0.63
Hex D2 99 6D 0 1B 30 12 1A 35 3F
Octal 322 231 155 0 33 60 22 32 65 77
Binary 11010010 10011001 1101101 0 11011 110000 10010 11010 110101 111111

Color Harmonies of #D2996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2996D

Black with #D2996D

Text Example


Text Example

White with #D2996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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