Html Css Color HEX #D7986B Whiskey

📋 copy color: '#D7986B'

red 215 ◦ green 152 ◦ blue 107

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

Shades of Whiskey #D7986B

Tints of Whiskey #D7986B

RGB

 RED value IS 215 (84.38% from 255) = 45.36%

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

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

R = 45.36%
G = 32.07%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7986B (or 0xD7986B) is known color: Whiskey. HEX triplet: D7, 98 and 6B. RGB value is (215,152,107). Sum of RGB (Red+Green+Blue) = 215+152+107=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7986B is #286794. Grayscale: #A5A5A5. Windows color (decimal): -2647957 or 7051479. OLE color: 7051479.

HSL color Cylindrical-coordinate representation of color #D7986B: hue angle of 25º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7986B is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 152 107 -
CMYK 0 0.29 0.50 0.16
HSL 25º 0.57% 0.63% -
HSV(B) 25º 0.5% 0.84% -
XYZ 41.91 37.97 19.03 -
YUV 165.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 215 152 107 0 0.29 0.50 0.16 25 0.57 0.63
Hex D7 98 6B 0 1D 32 10 19 39 3F
Octal 327 230 153 0 35 62 20 31 71 77
Binary 11010111 10011000 1101011 0 11101 110010 10000 11001 111001 111111

Color Harmonies of #D7986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7986B

Black with #D7986B

Text Example


Text Example

White with #D7986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7986B; }

 p { color: rgb(215,152,107); }

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

background-color css

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

 a { background-color: rgb(215,152,107); }

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

border-color css

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

 span { border-color: rgb(215,152,107); }

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