Html Css Color HEX #D59565 Whiskey

📋 copy color: '#D59565'

red 213 ◦ green 149 ◦ blue 101

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

Shades of Whiskey #D59565

Tints of Whiskey #D59565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.81%

R = 46%
G = 32.18%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D59565 (or 0xD59565) is known color: Whiskey. HEX triplet: D5, 95 and 65. RGB value is (213,149,101). Sum of RGB (Red+Green+Blue) = 213+149+101=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D59565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59565 is #2A6A9A. Grayscale: #A2A2A2. Windows color (decimal): -2779803 or 6657493. OLE color: 6657493.

HSL color Cylindrical-coordinate representation of color #D59565: hue angle of 25.71º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D59565 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 101 -
CMYK 0 0.30 0.53 0.16
HSL 25.71º 0.57% 0.62% -
HSV(B) 25.71º 0.53% 0.84% -
XYZ 40.54 36.58 17.24 -
YUV 162.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 213 149 101 0 0.30 0.53 0.16 25.71 0.57 0.62
Hex D5 95 65 0 1E 35 10 1A 39 3E
Octal 325 225 145 0 36 65 20 32 71 76
Binary 11010101 10010101 1100101 0 11110 110101 10000 11010 111001 111110

Color Harmonies of #D59565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59565

Black with #D59565

Text Example


Text Example

White with #D59565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59565; }

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

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

background-color css

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

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

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

border-color css

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

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

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