Html Css Color HEX #D48F57 Whiskey Sour

📋 copy color: '#D48F57'

red 212 ◦ green 143 ◦ blue 87

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

Shades of Whiskey Sour #D48F57

Tints of Whiskey Sour #D48F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

 BLUE value IS 87 (34.38% from 255) = 19.68%

R = 47.96%
G = 32.35%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D48F57 (or 0xD48F57) is known color: Whiskey Sour. HEX triplet: D4, 8F and 57. RGB value is (212,143,87). Sum of RGB (Red+Green+Blue) = 212+143+87=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F57 is #2B70A8. Grayscale: #9D9D9D. Windows color (decimal): -2846889 or 5738452. OLE color: 5738452.

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

Color convert

RGB 212 143 87 -
CMYK 0 0.33 0.59 0.17
HSL 26.88º 0.59% 0.59% -
HSV(B) 26.88º 0.59% 0.83% -
XYZ 38.69 34.33 13.6 -
YUV 157.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 212 143 87 0 0.33 0.59 0.17 26.88 0.59 0.59
Hex D4 8F 57 0 21 3B 11 1B 3B 3B
Octal 324 217 127 0 41 73 21 33 73 73
Binary 11010100 10001111 1010111 0 100001 111011 10001 11011 111011 111011

Color Harmonies of #D48F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48F57

Black with #D48F57

Text Example


Text Example

White with #D48F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48F57; }

 p { color: rgb(212,143,87); }

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

background-color css

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

 a { background-color: rgb(212,143,87); }

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

border-color css

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

 span { border-color: rgb(212,143,87); }

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