Html Css Color HEX #D88D52 Whiskey Sour

📋 copy color: '#D88D52'

red 216 ◦ green 141 ◦ blue 82

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

Shades of Whiskey Sour #D88D52

Tints of Whiskey Sour #D88D52

RGB

 RED value IS 216 (84.77% from 255) = 49.2%

 GREEN value IS 141 (55.47% from 255) = 32.12%

 BLUE value IS 82 (32.42% from 255) = 18.68%

R = 49.2%
G = 32.12%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D88D52 (or 0xD88D52) is known color: Whiskey Sour. HEX triplet: D8, 8D and 52. RGB value is (216,141,82). Sum of RGB (Red+Green+Blue) = 216+141+82=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D52 is #2772AD. Grayscale: #9D9D9D. Windows color (decimal): -2585262 or 5410264. OLE color: 5410264.

HSL color Cylindrical-coordinate representation of color #D88D52: hue angle of 26.42º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D88D52 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 141 82 -
CMYK 0 0.35 0.62 0.15
HSL 26.42º 0.63% 0.58% -
HSV(B) 26.42º 0.62% 0.85% -
XYZ 39.37 34.26 12.52 -
YUV 156.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 216 141 82 0 0.35 0.62 0.15 26.42 0.63 0.58
Hex D8 8D 52 0 23 3E F 1A 3F 3A
Octal 330 215 122 0 43 76 17 32 77 72
Binary 11011000 10001101 1010010 0 100011 111110 1111 11010 111111 111010

Color Harmonies of #D88D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D52

Black with #D88D52

Text Example


Text Example

White with #D88D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D52; }

 p { color: rgb(216,141,82); }

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

background-color css

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

 a { background-color: rgb(216,141,82); }

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

border-color css

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

 span { border-color: rgb(216,141,82); }

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