Html Css Color HEX #D5916A Whiskey

📋 copy color: '#D5916A'

red 213 ◦ green 145 ◦ blue 106

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

Shades of Whiskey #D5916A

Tints of Whiskey #D5916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.25%

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

R = 45.91%
G = 31.25%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5916A (or 0xD5916A) is known color: Whiskey. HEX triplet: D5, 91 and 6A. RGB value is (213,145,106). Sum of RGB (Red+Green+Blue) = 213+145+106=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5916A is #2A6E95. Grayscale: #A1A1A1. Windows color (decimal): -2780822 or 6984149. OLE color: 6984149.

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

Color convert

RGB 213 145 106 -
CMYK 0 0.32 0.50 0.16
HSL 21.87º 0.56% 0.63% -
HSV(B) 21.87º 0.5% 0.84% -
XYZ 40.17 35.44 18.36 -
YUV 160.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 213 145 106 0 0.32 0.50 0.16 21.87 0.56 0.63
Hex D5 91 6A 0 20 32 10 16 38 3F
Octal 325 221 152 0 40 62 20 26 70 77
Binary 11010101 10010001 1101010 0 100000 110010 10000 10110 111000 111111

Color Harmonies of #D5916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5916A

Black with #D5916A

Text Example


Text Example

White with #D5916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5916A; }

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

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

background-color css

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

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

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

border-color css

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

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

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