Html Css Color HEX #D88F60 Whiskey

📋 copy color: '#D88F60'

red 216 ◦ green 143 ◦ blue 96

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

Shades of Whiskey #D88F60

Tints of Whiskey #D88F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.1%

R = 47.47%
G = 31.43%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D88F60 (or 0xD88F60) is known color: Whiskey. HEX triplet: D8, 8F and 60. RGB value is (216,143,96). Sum of RGB (Red+Green+Blue) = 216+143+96=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F60 is #27709F. Grayscale: #9F9F9F. Windows color (decimal): -2584736 or 6328280. OLE color: 6328280.

HSL color Cylindrical-coordinate representation of color #D88F60: hue angle of 23.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D88F60 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 143 96 -
CMYK 0 0.34 0.56 0.15
HSL 23.5º 0.61% 0.61% -
HSV(B) 23.5º 0.56% 0.85% -
XYZ 40.25 35.09 15.72 -
YUV 159.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 216 143 96 0 0.34 0.56 0.15 23.5 0.61 0.61
Hex D8 8F 60 0 22 38 F 18 3D 3D
Octal 330 217 140 0 42 70 17 30 75 75
Binary 11011000 10001111 1100000 0 100010 111000 1111 11000 111101 111101

Color Harmonies of #D88F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F60

Black with #D88F60

Text Example


Text Example

White with #D88F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F60; }

 p { color: rgb(216,143,96); }

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

background-color css

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

 a { background-color: rgb(216,143,96); }

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

border-color css

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

 span { border-color: rgb(216,143,96); }

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