Html Css Color HEX #D48E5D Whiskey Sour

📋 copy color: '#D48E5D'

red 212 ◦ green 142 ◦ blue 93

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

Shades of Whiskey Sour #D48E5D

Tints of Whiskey Sour #D48E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.77%

 BLUE value IS 93 (36.72% from 255) = 20.81%

R = 47.43%
G = 31.77%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D48E5D (or 0xD48E5D) is known color: Whiskey Sour. HEX triplet: D4, 8E and 5D. RGB value is (212,142,93). Sum of RGB (Red+Green+Blue) = 212+142+93=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E5D is #2B71A2. Grayscale: #9D9D9D. Windows color (decimal): -2847139 or 6131412. OLE color: 6131412.

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

Color convert

RGB 212 142 93 -
CMYK 0 0.33 0.56 0.17
HSL 24.71º 0.58% 0.6% -
HSV(B) 24.71º 0.56% 0.83% -
XYZ 38.8 34.13 14.9 -
YUV 157.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 212 142 93 0 0.33 0.56 0.17 24.71 0.58 0.6
Hex D4 8E 5D 0 21 38 11 19 3A 3C
Octal 324 216 135 0 41 70 21 31 72 74
Binary 11010100 10001110 1011101 0 100001 111000 10001 11001 111010 111100

Color Harmonies of #D48E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48E5D

Black with #D48E5D

Text Example


Text Example

White with #D48E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48E5D; }

 p { color: rgb(212,142,93); }

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

background-color css

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

 a { background-color: rgb(212,142,93); }

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

border-color css

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

 span { border-color: rgb(212,142,93); }

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