Html Css Color HEX #D2986D Whiskey

📋 copy color: '#D2986D'

red 210 ◦ green 152 ◦ blue 109

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

Shades of Whiskey #D2986D

Tints of Whiskey #D2986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.27%

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

R = 44.59%
G = 32.27%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2986D (or 0xD2986D) is known color: Whiskey. HEX triplet: D2, 98 and 6D. RGB value is (210,152,109). Sum of RGB (Red+Green+Blue) = 210+152+109=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2986D is #2D6792. Grayscale: #A4A4A4. Windows color (decimal): -2975635 or 7182546. OLE color: 7182546.

HSL color Cylindrical-coordinate representation of color #D2986D: hue angle of 25.54º 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 #D2986D is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 152 109 -
CMYK 0 0.28 0.48 0.18
HSL 25.54º 0.53% 0.63% -
HSV(B) 25.54º 0.48% 0.82% -
XYZ 40.57 37.26 19.52 -
YUV 164.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 210 152 109 0 0.28 0.48 0.18 25.54 0.53 0.63
Hex D2 98 6D 0 1C 30 12 1A 35 3F
Octal 322 230 155 0 34 60 22 32 65 77
Binary 11010010 10011000 1101101 0 11100 110000 10010 11010 110101 111111

Color Harmonies of #D2986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2986D

Black with #D2986D

Text Example


Text Example

White with #D2986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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