Html Css Color HEX #D49753 Whiskey Sour

📋 copy color: '#D49753'

red 212 ◦ green 151 ◦ blue 83

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

Shades of Whiskey Sour #D49753

Tints of Whiskey Sour #D49753

RGB

 RED value IS 212 (83.2% from 255) = 47.53%

 GREEN value IS 151 (59.38% from 255) = 33.86%

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

R = 47.53%
G = 33.86%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D49753 (or 0xD49753) is known color: Whiskey Sour. HEX triplet: D4, 97 and 53. RGB value is (212,151,83). Sum of RGB (Red+Green+Blue) = 212+151+83=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D49753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49753 is #2B68AC. Grayscale: #A1A1A1. Windows color (decimal): -2844845 or 5478356. OLE color: 5478356.

HSL color Cylindrical-coordinate representation of color #D49753: hue angle of 31.63º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D49753 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 83 -
CMYK 0 0.29 0.61 0.17
HSL 31.63º 0.6% 0.58% -
HSV(B) 31.63º 0.61% 0.83% -
XYZ 39.78 36.75 13.18 -
YUV 161.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 212 151 83 0 0.29 0.61 0.17 31.63 0.6 0.58
Hex D4 97 53 0 1D 3D 11 20 3C 3A
Octal 324 227 123 0 35 75 21 40 74 72
Binary 11010100 10010111 1010011 0 11101 111101 10001 100000 111100 111010

Color Harmonies of #D49753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49753

Black with #D49753

Text Example


Text Example

White with #D49753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49753; }

 p { color: rgb(212,151,83); }

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

background-color css

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

 a { background-color: rgb(212,151,83); }

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

border-color css

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

 span { border-color: rgb(212,151,83); }

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