Html Css Color HEX #D48851 Whiskey Sour

📋 copy color: '#D48851'

red 212 ◦ green 136 ◦ blue 81

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

Shades of Whiskey Sour #D48851

Tints of Whiskey Sour #D48851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.88%

R = 49.42%
G = 31.7%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D48851 (or 0xD48851) is known color: Whiskey Sour. HEX triplet: D4, 88 and 51. RGB value is (212,136,81). Sum of RGB (Red+Green+Blue) = 212+136+81=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D48851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48851 is #2B77AE. Grayscale: #989898. Windows color (decimal): -2848687 or 5343444. OLE color: 5343444.

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

Color convert

RGB 212 136 81 -
CMYK 0 0.36 0.62 0.17
HSL 25.19º 0.6% 0.57% -
HSV(B) 25.19º 0.62% 0.83% -
XYZ 37.44 32.2 12.03 -
YUV 152.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 212 136 81 0 0.36 0.62 0.17 25.19 0.6 0.57
Hex D4 88 51 0 24 3E 11 19 3C 39
Octal 324 210 121 0 44 76 21 31 74 71
Binary 11010100 10001000 1010001 0 100100 111110 10001 11001 111100 111001

Color Harmonies of #D48851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48851

Black with #D48851

Text Example


Text Example

White with #D48851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48851; }

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

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

background-color css

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

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

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

border-color css

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

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

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