Html Css Color HEX #D48E50 Whiskey Sour

📋 copy color: '#D48E50'

red 212 ◦ green 142 ◦ blue 80

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

Shades of Whiskey Sour #D48E50

Tints of Whiskey Sour #D48E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.43%

R = 48.85%
G = 32.72%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D48E50 (or 0xD48E50) is known color: Whiskey Sour. HEX triplet: D4, 8E and 50. RGB value is (212,142,80). Sum of RGB (Red+Green+Blue) = 212+142+80=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E50 is #2B71AF. Grayscale: #9C9C9C. Windows color (decimal): -2847152 or 5279444. OLE color: 5279444.

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

Color convert

RGB 212 142 80 -
CMYK 0 0.33 0.62 0.17
HSL 28.18º 0.61% 0.57% -
HSV(B) 28.18º 0.62% 0.83% -
XYZ 38.27 33.92 12.12 -
YUV 155.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 212 142 80 0 0.33 0.62 0.17 28.18 0.61 0.57
Hex D4 8E 50 0 21 3E 11 1C 3D 39
Octal 324 216 120 0 41 76 21 34 75 71
Binary 11010100 10001110 1010000 0 100001 111110 10001 11100 111101 111001

Color Harmonies of #D48E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48E50

Black with #D48E50

Text Example


Text Example

White with #D48E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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