Html Css Color HEX #D59865 Whiskey

📋 copy color: '#D59865'

red 213 ◦ green 152 ◦ blue 101

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

Shades of Whiskey #D59865

Tints of Whiskey #D59865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.62%

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

R = 45.71%
G = 32.62%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D59865 (or 0xD59865) is known color: Whiskey. HEX triplet: D5, 98 and 65. RGB value is (213,152,101). Sum of RGB (Red+Green+Blue) = 213+152+101=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D59865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59865 is #2A679A. Grayscale: #A4A4A4. Windows color (decimal): -2779035 or 6658261. OLE color: 6658261.

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

Color convert

RGB 213 152 101 -
CMYK 0 0.29 0.53 0.16
HSL 27.32º 0.57% 0.62% -
HSV(B) 27.32º 0.53% 0.84% -
XYZ 41.02 37.54 17.4 -
YUV 164.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 213 152 101 0 0.29 0.53 0.16 27.32 0.57 0.62
Hex D5 98 65 0 1D 35 10 1B 39 3E
Octal 325 230 145 0 35 65 20 33 71 76
Binary 11010101 10011000 1100101 0 11101 110101 10000 11011 111001 111110

Color Harmonies of #D59865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59865

Black with #D59865

Text Example


Text Example

White with #D59865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59865; }

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

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

background-color css

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

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

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

border-color css

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

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

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