Html Css Color HEX #D48D4E Whiskey Sour

📋 copy color: '#D48D4E'

red 212 ◦ green 141 ◦ blue 78

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

Shades of Whiskey Sour #D48D4E

Tints of Whiskey Sour #D48D4E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

 BLUE value IS 78 (30.86% from 255) = 18.1%

R = 49.19%
G = 32.71%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D48D4E (or 0xD48D4E) is known color: Whiskey Sour. HEX triplet: D4, 8D and 4E. RGB value is (212,141,78). Sum of RGB (Red+Green+Blue) = 212+141+78=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D4E is #2B72B1. Grayscale: #9B9B9B. Windows color (decimal): -2847410 or 5148116. OLE color: 5148116.

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

Color convert

RGB 212 141 78 -
CMYK 0 0.33 0.63 0.17
HSL 28.21º 0.61% 0.57% -
HSV(B) 28.21º 0.63% 0.83% -
XYZ 38.05 33.6 11.69 -
YUV 155.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 212 141 78 0 0.33 0.63 0.17 28.21 0.61 0.57
Hex D4 8D 4E 0 21 3F 11 1C 3D 39
Octal 324 215 116 0 41 77 21 34 75 71
Binary 11010100 10001101 1001110 0 100001 111111 10001 11100 111101 111001

Color Harmonies of #D48D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48D4E

Black with #D48D4E

Text Example


Text Example

White with #D48D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48D4E; }

 p { color: rgb(212,141,78); }

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

background-color css

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

 a { background-color: rgb(212,141,78); }

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

border-color css

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

 span { border-color: rgb(212,141,78); }

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