Html Css Color HEX #D88F64 Whiskey

📋 copy color: '#D88F64'

red 216 ◦ green 143 ◦ blue 100

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

Shades of Whiskey #D88F64

Tints of Whiskey #D88F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 47.06%
G = 31.15%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D88F64 (or 0xD88F64) is known color: Whiskey. HEX triplet: D8, 8F and 64. RGB value is (216,143,100). Sum of RGB (Red+Green+Blue) = 216+143+100=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F64 is #27709B. Grayscale: #A0A0A0. Windows color (decimal): -2584732 or 6590424. OLE color: 6590424.

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

Color convert

RGB 216 143 100 -
CMYK 0 0.34 0.54 0.15
HSL 22.24º 0.6% 0.62% -
HSV(B) 22.24º 0.54% 0.85% -
XYZ 40.44 35.16 16.71 -
YUV 159.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 216 143 100 0 0.34 0.54 0.15 22.24 0.6 0.62
Hex D8 8F 64 0 22 36 F 16 3C 3E
Octal 330 217 144 0 42 66 17 26 74 76
Binary 11011000 10001111 1100100 0 100010 110110 1111 10110 111100 111110

Color Harmonies of #D88F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F64

Black with #D88F64

Text Example


Text Example

White with #D88F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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