Html Css Color HEX #D5956B Whiskey

📋 copy color: '#D5956B'

red 213 ◦ green 149 ◦ blue 107

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

Shades of Whiskey #D5956B

Tints of Whiskey #D5956B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.77%

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

R = 45.42%
G = 31.77%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5956B (or 0xD5956B) is known color: Whiskey. HEX triplet: D5, 95 and 6B. RGB value is (213,149,107). Sum of RGB (Red+Green+Blue) = 213+149+107=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5956B is #2A6A94. Grayscale: #A3A3A3. Windows color (decimal): -2779797 or 7050709. OLE color: 7050709.

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

Color convert

RGB 213 149 107 -
CMYK 0 0.30 0.50 0.16
HSL 23.77º 0.56% 0.63% -
HSV(B) 23.77º 0.5% 0.84% -
XYZ 40.84 36.7 18.84 -
YUV 163.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 213 149 107 0 0.30 0.50 0.16 23.77 0.56 0.63
Hex D5 95 6B 0 1E 32 10 18 38 3F
Octal 325 225 153 0 36 62 20 30 70 77
Binary 11010101 10010101 1101011 0 11110 110010 10000 11000 111000 111111

Color Harmonies of #D5956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5956B

Black with #D5956B

Text Example


Text Example

White with #D5956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5956B; }

 p { color: rgb(213,149,107); }

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

background-color css

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

 a { background-color: rgb(213,149,107); }

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

border-color css

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

 span { border-color: rgb(213,149,107); }

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