Html Css Color HEX #D48858 Whiskey Sour

📋 copy color: '#D48858'

red 212 ◦ green 136 ◦ blue 88

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

Shades of Whiskey Sour #D48858

Tints of Whiskey Sour #D48858

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.19%

 BLUE value IS 88 (34.77% from 255) = 20.18%

R = 48.62%
G = 31.19%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D48858 (or 0xD48858) is known color: Whiskey Sour. HEX triplet: D4, 88 and 58. RGB value is (212,136,88). Sum of RGB (Red+Green+Blue) = 212+136+88=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D48858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48858 is #2B77A7. Grayscale: #999999. Windows color (decimal): -2848680 or 5802196. OLE color: 5802196.

HSL color Cylindrical-coordinate representation of color #D48858: hue angle of 23.23º 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 #D48858 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 136 88 -
CMYK 0 0.36 0.58 0.17
HSL 23.23º 0.59% 0.59% -
HSV(B) 23.23º 0.58% 0.83% -
XYZ 37.72 32.31 13.48 -
YUV 153.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 212 136 88 0 0.36 0.58 0.17 23.23 0.59 0.59
Hex D4 88 58 0 24 3A 11 17 3B 3B
Octal 324 210 130 0 44 72 21 27 73 73
Binary 11010100 10001000 1011000 0 100100 111010 10001 10111 111011 111011

Color Harmonies of #D48858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48858

Black with #D48858

Text Example


Text Example

White with #D48858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48858; }

 p { color: rgb(212,136,88); }

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

background-color css

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

 a { background-color: rgb(212,136,88); }

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

border-color css

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

 span { border-color: rgb(212,136,88); }

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