Html Css Color HEX #D88A50 Whiskey Sour

📋 copy color: '#D88A50'

red 216 ◦ green 138 ◦ blue 80

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

Shades of Whiskey Sour #D88A50

Tints of Whiskey Sour #D88A50

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.8%

 BLUE value IS 80 (31.64% from 255) = 18.43%

R = 49.77%
G = 31.8%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D88A50 (or 0xD88A50) is known color: Whiskey Sour. HEX triplet: D8, 8A and 50. RGB value is (216,138,80). Sum of RGB (Red+Green+Blue) = 216+138+80=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A50 is #2775AF. Grayscale: #9B9B9B. Windows color (decimal): -2586032 or 5278424. OLE color: 5278424.

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

Color convert

RGB 216 138 80 -
CMYK 0 0.36 0.63 0.15
HSL 25.59º 0.64% 0.58% -
HSV(B) 25.59º 0.63% 0.85% -
XYZ 38.86 33.36 11.98 -
YUV 154.71 85.84 171.72 -
System Red Green Blue C M Y K H S L
Decimal 216 138 80 0 0.36 0.63 0.15 25.59 0.64 0.58
Hex D8 8A 50 0 24 3F F 1A 40 3A
Octal 330 212 120 0 44 77 17 32 100 72
Binary 11011000 10001010 1010000 0 100100 111111 1111 11010 1000000 111010

Color Harmonies of #D88A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A50

Black with #D88A50

Text Example


Text Example

White with #D88A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A50; }

 p { color: rgb(216,138,80); }

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

background-color css

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

 a { background-color: rgb(216,138,80); }

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

border-color css

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

 span { border-color: rgb(216,138,80); }

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