Html Css Color HEX #D59255 Whiskey Sour

📋 copy color: '#D59255'

red 213 ◦ green 146 ◦ blue 85

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

Shades of Whiskey Sour #D59255

Tints of Whiskey Sour #D59255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.88%

 BLUE value IS 85 (33.59% from 255) = 19.14%

R = 47.97%
G = 32.88%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D59255 (or 0xD59255) is known color: Whiskey Sour. HEX triplet: D5, 92 and 55. RGB value is (213,146,85). Sum of RGB (Red+Green+Blue) = 213+146+85=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D59255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59255 is #2A6DAA. Grayscale: #9F9F9F. Windows color (decimal): -2780587 or 5608149. OLE color: 5608149.

HSL color Cylindrical-coordinate representation of color #D59255: hue angle of 28.59º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D59255 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 85 -
CMYK 0 0.31 0.60 0.16
HSL 28.59º 0.6% 0.58% -
HSV(B) 28.59º 0.6% 0.84% -
XYZ 39.36 35.36 13.35 -
YUV 159.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 213 146 85 0 0.31 0.60 0.16 28.59 0.6 0.58
Hex D5 92 55 0 1F 3C 10 1D 3C 3A
Octal 325 222 125 0 37 74 20 35 74 72
Binary 11010101 10010010 1010101 0 11111 111100 10000 11101 111100 111010

Color Harmonies of #D59255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59255

Black with #D59255

Text Example


Text Example

White with #D59255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59255; }

 p { color: rgb(213,146,85); }

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

background-color css

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

 a { background-color: rgb(213,146,85); }

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

border-color css

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

 span { border-color: rgb(213,146,85); }

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