Html Css Color HEX #D2996B Whiskey

📋 copy color: '#D2996B'

red 210 ◦ green 153 ◦ blue 107

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

Shades of Whiskey #D2996B

Tints of Whiskey #D2996B

RGB

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

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

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

R = 44.68%
G = 32.55%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2996B (or 0xD2996B) is known color: Whiskey. HEX triplet: D2, 99 and 6B. RGB value is (210,153,107). Sum of RGB (Red+Green+Blue) = 210+153+107=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2996B is #2D6694. Grayscale: #A5A5A5. Windows color (decimal): -2975381 or 7051730. OLE color: 7051730.

HSL color Cylindrical-coordinate representation of color #D2996B: hue angle of 26.8º degrees, saturation: 0.53, 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 #D2996B is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 107 -
CMYK 0 0.27 0.49 0.18
HSL 26.8º 0.53% 0.62% -
HSV(B) 26.8º 0.49% 0.82% -
XYZ 40.62 37.55 19.02 -
YUV 164.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 210 153 107 0 0.27 0.49 0.18 26.8 0.53 0.62
Hex D2 99 6B 0 1B 31 12 1B 35 3E
Octal 322 231 153 0 33 61 22 33 65 76
Binary 11010010 10011001 1101011 0 11011 110001 10010 11011 110101 111110

Color Harmonies of #D2996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2996B

Black with #D2996B

Text Example


Text Example

White with #D2996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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