Html Css Color HEX #D58960 Whiskey

📋 copy color: '#D58960'

red 213 ◦ green 137 ◦ blue 96

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

Shades of Whiskey #D58960

Tints of Whiskey #D58960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.72%

 BLUE value IS 96 (37.89% from 255) = 21.52%

R = 47.76%
G = 30.72%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D58960 (or 0xD58960) is known color: Whiskey. HEX triplet: D5, 89 and 60. RGB value is (213,137,96). Sum of RGB (Red+Green+Blue) = 213+137+96=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D58960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58960 is #2A769F. Grayscale: #9B9B9B. Windows color (decimal): -2782880 or 6326741. OLE color: 6326741.

HSL color Cylindrical-coordinate representation of color #D58960: hue angle of 21.03º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D58960 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 137 96 -
CMYK 0 0.36 0.55 0.16
HSL 21.03º 0.58% 0.61% -
HSV(B) 21.03º 0.55% 0.84% -
XYZ 38.5 32.88 15.38 -
YUV 155.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 213 137 96 0 0.36 0.55 0.16 21.03 0.58 0.61
Hex D5 89 60 0 24 37 10 15 3A 3D
Octal 325 211 140 0 44 67 20 25 72 75
Binary 11010101 10001001 1100000 0 100100 110111 10000 10101 111010 111101

Color Harmonies of #D58960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58960

Black with #D58960

Text Example


Text Example

White with #D58960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58960; }

 p { color: rgb(213,137,96); }

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

background-color css

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

 a { background-color: rgb(213,137,96); }

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

border-color css

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

 span { border-color: rgb(213,137,96); }

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