Html Css Color HEX #D88C60 Whiskey

📋 copy color: '#D88C60'

red 216 ◦ green 140 ◦ blue 96

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

Shades of Whiskey #D88C60

Tints of Whiskey #D88C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

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

R = 47.79%
G = 30.97%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D88C60 (or 0xD88C60) is known color: Whiskey. HEX triplet: D8, 8C and 60. RGB value is (216,140,96). Sum of RGB (Red+Green+Blue) = 216+140+96=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C60 is #27739F. Grayscale: #9D9D9D. Windows color (decimal): -2585504 or 6327512. OLE color: 6327512.

HSL color Cylindrical-coordinate representation of color #D88C60: hue angle of 22º 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 #D88C60 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 140 96 -
CMYK 0 0.35 0.56 0.15
HSL 22º 0.61% 0.61% -
HSV(B) 22º 0.56% 0.85% -
XYZ 39.81 34.2 15.57 -
YUV 157.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 216 140 96 0 0.35 0.56 0.15 22 0.61 0.61
Hex D8 8C 60 0 23 38 F 16 3D 3D
Octal 330 214 140 0 43 70 17 26 75 75
Binary 11011000 10001100 1100000 0 100011 111000 1111 10110 111101 111101

Color Harmonies of #D88C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C60

Black with #D88C60

Text Example


Text Example

White with #D88C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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