Html Css Color HEX #D48758 Whiskey Sour

📋 copy color: '#D48758'

red 212 ◦ green 135 ◦ blue 88

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

Shades of Whiskey Sour #D48758

Tints of Whiskey Sour #D48758

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

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

R = 48.74%
G = 31.03%
B = 20.23%

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

#D48758 (or 0xD48758) is known color: Whiskey Sour. HEX triplet: D4, 87 and 58. RGB value is (212,135,88). Sum of RGB (Red+Green+Blue) = 212+135+88=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D48758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48758 is #2B78A7. Grayscale: #989898. Windows color (decimal): -2848936 or 5801940. OLE color: 5801940.

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

Color convert

RGB 212 135 88 -
CMYK 0 0.36 0.58 0.17
HSL 22.74º 0.59% 0.59% -
HSV(B) 22.74º 0.58% 0.83% -
XYZ 37.58 32.03 13.43 -
YUV 152.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 212 135 88 0 0.36 0.58 0.17 22.74 0.59 0.59
Hex D4 87 58 0 24 3A 11 17 3B 3B
Octal 324 207 130 0 44 72 21 27 73 73
Binary 11010100 10000111 1011000 0 100100 111010 10001 10111 111011 111011

Color Harmonies of #D48758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48758

Black with #D48758

Text Example


Text Example

White with #D48758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48758; }

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

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

background-color css

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

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

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

border-color css

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

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

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