Html Css Color HEX #D59564 Whiskey

📋 copy color: '#D59564'

red 213 ◦ green 149 ◦ blue 100

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

Shades of Whiskey #D59564

Tints of Whiskey #D59564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.65%

R = 46.1%
G = 32.25%
B = 21.65%

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

#D59564 (or 0xD59564) is known color: Whiskey. HEX triplet: D5, 95 and 64. RGB value is (213,149,100). Sum of RGB (Red+Green+Blue) = 213+149+100=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D59564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59564 is #2A6A9B. Grayscale: #A2A2A2. Windows color (decimal): -2779804 or 6591957. OLE color: 6591957.

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

Color convert

RGB 213 149 100 -
CMYK 0 0.30 0.53 0.16
HSL 26.02º 0.57% 0.61% -
HSV(B) 26.02º 0.53% 0.84% -
XYZ 40.49 36.56 16.98 -
YUV 162.55 92.7 163.98 -
System Red Green Blue C M Y K H S L
Decimal 213 149 100 0 0.30 0.53 0.16 26.02 0.57 0.61
Hex D5 95 64 0 1E 35 10 1A 39 3D
Octal 325 225 144 0 36 65 20 32 71 75
Binary 11010101 10010101 1100100 0 11110 110101 10000 11010 111001 111101

Color Harmonies of #D59564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59564

Black with #D59564

Text Example


Text Example

White with #D59564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59564; }

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

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

background-color css

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

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

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

border-color css

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

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

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