Html Css Color HEX #D59665 Whiskey

📋 copy color: '#D59665'

red 213 ◦ green 150 ◦ blue 101

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

Shades of Whiskey #D59665

Tints of Whiskey #D59665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

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

R = 45.91%
G = 32.33%
B = 21.77%

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

#D59665 (or 0xD59665) is known color: Whiskey. HEX triplet: D5, 96 and 65. RGB value is (213,150,101). Sum of RGB (Red+Green+Blue) = 213+150+101=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D59665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59665 is #2A699A. Grayscale: #A3A3A3. Windows color (decimal): -2779547 or 6657749. OLE color: 6657749.

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

Color convert

RGB 213 150 101 -
CMYK 0 0.30 0.53 0.16
HSL 26.25º 0.57% 0.62% -
HSV(B) 26.25º 0.53% 0.84% -
XYZ 40.7 36.9 17.29 -
YUV 163.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 213 150 101 0 0.30 0.53 0.16 26.25 0.57 0.62
Hex D5 96 65 0 1E 35 10 1A 39 3E
Octal 325 226 145 0 36 65 20 32 71 76
Binary 11010101 10010110 1100101 0 11110 110101 10000 11010 111001 111110

Color Harmonies of #D59665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59665

Black with #D59665

Text Example


Text Example

White with #D59665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59665; }

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

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

background-color css

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

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

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

border-color css

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

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

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