Html Css Color HEX #D59452 Whiskey Sour

📋 copy color: '#D59452'

red 213 ◦ green 148 ◦ blue 82

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

Shades of Whiskey Sour #D59452

Tints of Whiskey Sour #D59452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

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

R = 48.08%
G = 33.41%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D59452 (or 0xD59452) is known color: Whiskey Sour. HEX triplet: D5, 94 and 52. RGB value is (213,148,82). Sum of RGB (Red+Green+Blue) = 213+148+82=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D59452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59452 is #2A6BAD. Grayscale: #A0A0A0. Windows color (decimal): -2780078 or 5412053. OLE color: 5412053.

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

Color convert

RGB 213 148 82 -
CMYK 0 0.31 0.62 0.16
HSL 30.23º 0.61% 0.58% -
HSV(B) 30.23º 0.62% 0.84% -
XYZ 39.55 35.94 12.83 -
YUV 159.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 213 148 82 0 0.31 0.62 0.16 30.23 0.61 0.58
Hex D5 94 52 0 1F 3E 10 1E 3D 3A
Octal 325 224 122 0 37 76 20 36 75 72
Binary 11010101 10010100 1010010 0 11111 111110 10000 11110 111101 111010

Color Harmonies of #D59452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59452

Black with #D59452

Text Example


Text Example

White with #D59452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59452; }

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

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

background-color css

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

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

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

border-color css

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

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

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