Html Css Color HEX #D59652 Whiskey Sour

📋 copy color: '#D59652'

red 213 ◦ green 150 ◦ blue 82

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

Shades of Whiskey Sour #D59652

Tints of Whiskey Sour #D59652

RGB

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

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

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

R = 47.87%
G = 33.71%
B = 18.43%

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

#D59652 (or 0xD59652) is known color: Whiskey Sour. HEX triplet: D5, 96 and 52. RGB value is (213,150,82). Sum of RGB (Red+Green+Blue) = 213+150+82=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D59652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59652 is #2A69AD. Grayscale: #A1A1A1. Windows color (decimal): -2779566 or 5412565. OLE color: 5412565.

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

Color convert

RGB 213 150 82 -
CMYK 0 0.30 0.62 0.16
HSL 31.15º 0.61% 0.58% -
HSV(B) 31.15º 0.62% 0.84% -
XYZ 39.87 36.57 12.94 -
YUV 161.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 213 150 82 0 0.30 0.62 0.16 31.15 0.61 0.58
Hex D5 96 52 0 1E 3E 10 1F 3D 3A
Octal 325 226 122 0 36 76 20 37 75 72
Binary 11010101 10010110 1010010 0 11110 111110 10000 11111 111101 111010

Color Harmonies of #D59652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59652

Black with #D59652

Text Example


Text Example

White with #D59652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59652; }

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

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

background-color css

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

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

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

border-color css

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

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

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