Html Css Color HEX #D88F61 Whiskey

📋 copy color: '#D88F61'

red 216 ◦ green 143 ◦ blue 97

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

Shades of Whiskey #D88F61

Tints of Whiskey #D88F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.27%

R = 47.37%
G = 31.36%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D88F61 (or 0xD88F61) is known color: Whiskey. HEX triplet: D8, 8F and 61. RGB value is (216,143,97). Sum of RGB (Red+Green+Blue) = 216+143+97=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F61 is #27709E. Grayscale: #9F9F9F. Windows color (decimal): -2584735 or 6393816. OLE color: 6393816.

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

Color convert

RGB 216 143 97 -
CMYK 0 0.34 0.55 0.15
HSL 23.19º 0.6% 0.61% -
HSV(B) 23.19º 0.55% 0.85% -
XYZ 40.3 35.11 15.96 -
YUV 159.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 216 143 97 0 0.34 0.55 0.15 23.19 0.6 0.61
Hex D8 8F 61 0 22 37 F 17 3C 3D
Octal 330 217 141 0 42 67 17 27 74 75
Binary 11011000 10001111 1100001 0 100010 110111 1111 10111 111100 111101

Color Harmonies of #D88F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F61

Black with #D88F61

Text Example


Text Example

White with #D88F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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