Html Css Color HEX #D59453 Whiskey Sour

📋 copy color: '#D59453'

red 213 ◦ green 148 ◦ blue 83

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

Shades of Whiskey Sour #D59453

Tints of Whiskey Sour #D59453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.69%

R = 47.97%
G = 33.33%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D59453 (or 0xD59453) is known color: Whiskey Sour. HEX triplet: D5, 94 and 53. RGB value is (213,148,83). Sum of RGB (Red+Green+Blue) = 213+148+83=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D59453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59453 is #2A6BAC. Grayscale: #A0A0A0. Windows color (decimal): -2780077 or 5477589. OLE color: 5477589.

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

Color convert

RGB 213 148 83 -
CMYK 0 0.31 0.61 0.16
HSL 30º 0.61% 0.58% -
HSV(B) 30º 0.61% 0.84% -
XYZ 39.59 35.95 13.04 -
YUV 160.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 213 148 83 0 0.31 0.61 0.16 30 0.61 0.58
Hex D5 94 53 0 1F 3D 10 1E 3D 3A
Octal 325 224 123 0 37 75 20 36 75 72
Binary 11010101 10010100 1010011 0 11111 111101 10000 11110 111101 111010

Color Harmonies of #D59453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59453

Black with #D59453

Text Example


Text Example

White with #D59453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59453; }

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

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

background-color css

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

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

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

border-color css

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

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

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