Html Css Color HEX #D5986A Whiskey

📋 copy color: '#D5986A'

red 213 ◦ green 152 ◦ blue 106

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

Shades of Whiskey #D5986A

Tints of Whiskey #D5986A

RGB

 RED value IS 213 (83.59% from 255) = 45.22%

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

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 45.22%
G = 32.27%
B = 22.51%

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

#D5986A (or 0xD5986A) is known color: Whiskey. HEX triplet: D5, 98 and 6A. RGB value is (213,152,106). Sum of RGB (Red+Green+Blue) = 213+152+106=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5986A is #2A6795. Grayscale: #A5A5A5. Windows color (decimal): -2779030 or 6985941. OLE color: 6985941.

HSL color Cylindrical-coordinate representation of color #D5986A: hue angle of 25.79º degrees, saturation: 0.56, 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 #D5986A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 152 106 -
CMYK 0 0.29 0.50 0.16
HSL 25.79º 0.56% 0.63% -
HSV(B) 25.79º 0.5% 0.84% -
XYZ 41.27 37.64 18.73 -
YUV 165 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 213 152 106 0 0.29 0.50 0.16 25.79 0.56 0.63
Hex D5 98 6A 0 1D 32 10 1A 38 3F
Octal 325 230 152 0 35 62 20 32 70 77
Binary 11010101 10011000 1101010 0 11101 110010 10000 11010 111000 111111

Color Harmonies of #D5986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5986A

Black with #D5986A

Text Example


Text Example

White with #D5986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5986A; }

 p { color: rgb(213,152,106); }

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

background-color css

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

 a { background-color: rgb(213,152,106); }

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

border-color css

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

 span { border-color: rgb(213,152,106); }

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