Html Css Color HEX #D59964 Whiskey

📋 copy color: '#D59964'

red 213 ◦ green 153 ◦ blue 100

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

Shades of Whiskey #D59964

Tints of Whiskey #D59964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.83%

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

R = 45.71%
G = 32.83%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D59964 (or 0xD59964) is known color: Whiskey. HEX triplet: D5, 99 and 64. RGB value is (213,153,100). Sum of RGB (Red+Green+Blue) = 213+153+100=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D59964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59964 is #2A669B. Grayscale: #A5A5A5. Windows color (decimal): -2778780 or 6592981. OLE color: 6592981.

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

Color convert

RGB 213 153 100 -
CMYK 0 0.28 0.53 0.16
HSL 28.14º 0.57% 0.61% -
HSV(B) 28.14º 0.53% 0.84% -
XYZ 41.13 37.85 17.19 -
YUV 164.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 213 153 100 0 0.28 0.53 0.16 28.14 0.57 0.61
Hex D5 99 64 0 1C 35 10 1C 39 3D
Octal 325 231 144 0 34 65 20 34 71 75
Binary 11010101 10011001 1100100 0 11100 110101 10000 11100 111001 111101

Color Harmonies of #D59964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59964

Black with #D59964

Text Example


Text Example

White with #D59964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59964; }

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

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

background-color css

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

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

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

border-color css

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

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

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