Html Css Color HEX #D59552 Whiskey Sour

📋 copy color: '#D59552'

red 213 ◦ green 149 ◦ blue 82

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

Shades of Whiskey Sour #D59552

Tints of Whiskey Sour #D59552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.47%

R = 47.97%
G = 33.56%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D59552 (or 0xD59552) is known color: Whiskey Sour. HEX triplet: D5, 95 and 52. RGB value is (213,149,82). Sum of RGB (Red+Green+Blue) = 213+149+82=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D59552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59552 is #2A6AAD. Grayscale: #A0A0A0. Windows color (decimal): -2779822 or 5412309. OLE color: 5412309.

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

Color convert

RGB 213 149 82 -
CMYK 0 0.30 0.62 0.16
HSL 30.69º 0.61% 0.58% -
HSV(B) 30.69º 0.62% 0.84% -
XYZ 39.71 36.25 12.89 -
YUV 160.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 213 149 82 0 0.30 0.62 0.16 30.69 0.61 0.58
Hex D5 95 52 0 1E 3E 10 1F 3D 3A
Octal 325 225 122 0 36 76 20 37 75 72
Binary 11010101 10010101 1010010 0 11110 111110 10000 11111 111101 111010

Color Harmonies of #D59552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59552

Black with #D59552

Text Example


Text Example

White with #D59552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59552; }

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

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

background-color css

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

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

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

border-color css

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

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

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