Html Css Color HEX #D5976C Whiskey

📋 copy color: '#D5976C'

red 213 ◦ green 151 ◦ blue 108

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

Shades of Whiskey #D5976C

Tints of Whiskey #D5976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.99%

 BLUE value IS 108 (42.58% from 255) = 22.88%

R = 45.13%
G = 31.99%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5976C (or 0xD5976C) is known color: Whiskey. HEX triplet: D5, 97 and 6C. RGB value is (213,151,108). Sum of RGB (Red+Green+Blue) = 213+151+108=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5976C is #2A6893. Grayscale: #A4A4A4. Windows color (decimal): -2779284 or 7116757. OLE color: 7116757.

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

Color convert

RGB 213 151 108 -
CMYK 0 0.29 0.49 0.16
HSL 24.57º 0.56% 0.63% -
HSV(B) 24.57º 0.49% 0.84% -
XYZ 41.21 37.36 19.23 -
YUV 164.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 213 151 108 0 0.29 0.49 0.16 24.57 0.56 0.63
Hex D5 97 6C 0 1D 31 10 19 38 3F
Octal 325 227 154 0 35 61 20 31 70 77
Binary 11010101 10010111 1101100 0 11101 110001 10000 11001 111000 111111

Color Harmonies of #D5976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5976C

Black with #D5976C

Text Example


Text Example

White with #D5976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5976C; }

 p { color: rgb(213,151,108); }

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

background-color css

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

 a { background-color: rgb(213,151,108); }

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

border-color css

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

 span { border-color: rgb(213,151,108); }

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