Html Css Color HEX #D99865 Whiskey

📋 copy color: '#D99865'

red 217 ◦ green 152 ◦ blue 101

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

Shades of Whiskey #D99865

Tints of Whiskey #D99865

RGB

 RED value IS 217 (85.16% from 255) = 46.17%

 GREEN value IS 152 (59.77% from 255) = 32.34%

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 46.17%
G = 32.34%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D99865 (or 0xD99865) is known color: Whiskey. HEX triplet: D9, 98 and 65. RGB value is (217,152,101). Sum of RGB (Red+Green+Blue) = 217+152+101=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D99865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99865 is #26679A. Grayscale: #A5A5A5. Windows color (decimal): -2516891 or 6658265. OLE color: 6658265.

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

Color convert

RGB 217 152 101 -
CMYK 0 0.30 0.53 0.15
HSL 26.38º 0.6% 0.62% -
HSV(B) 26.38º 0.53% 0.85% -
XYZ 42.19 38.15 17.45 -
YUV 165.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 217 152 101 0 0.30 0.53 0.15 26.38 0.6 0.62
Hex D9 98 65 0 1E 35 F 1A 3C 3E
Octal 331 230 145 0 36 65 17 32 74 76
Binary 11011001 10011000 1100101 0 11110 110101 1111 11010 111100 111110

Color Harmonies of #D99865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99865

Black with #D99865

Text Example


Text Example

White with #D99865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99865; }

 p { color: rgb(217,152,101); }

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

background-color css

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

 a { background-color: rgb(217,152,101); }

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

border-color css

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

 span { border-color: rgb(217,152,101); }

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