Html Css Color HEX #D48E5A Whiskey Sour

📋 copy color: '#D48E5A'

red 212 ◦ green 142 ◦ blue 90

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

Shades of Whiskey Sour #D48E5A

Tints of Whiskey Sour #D48E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 47.75%
G = 31.98%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D48E5A (or 0xD48E5A) is known color: Whiskey Sour. HEX triplet: D4, 8E and 5A. RGB value is (212,142,90). Sum of RGB (Red+Green+Blue) = 212+142+90=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E5A is #2B71A5. Grayscale: #9D9D9D. Windows color (decimal): -2847142 or 5934804. OLE color: 5934804.

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

Color convert

RGB 212 142 90 -
CMYK 0 0.33 0.58 0.17
HSL 25.57º 0.59% 0.59% -
HSV(B) 25.57º 0.58% 0.83% -
XYZ 38.67 34.08 14.21 -
YUV 157 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 212 142 90 0 0.33 0.58 0.17 25.57 0.59 0.59
Hex D4 8E 5A 0 21 3A 11 1A 3B 3B
Octal 324 216 132 0 41 72 21 32 73 73
Binary 11010100 10001110 1011010 0 100001 111010 10001 11010 111011 111011

Color Harmonies of #D48E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48E5A

Black with #D48E5A

Text Example


Text Example

White with #D48E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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