Html Css Color HEX #D99765 Whiskey

📋 copy color: '#D99765'

red 217 ◦ green 151 ◦ blue 101

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

Shades of Whiskey #D99765

Tints of Whiskey #D99765

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

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

R = 46.27%
G = 32.2%
B = 21.54%

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

#D99765 (or 0xD99765) is known color: Whiskey. HEX triplet: D9, 97 and 65. RGB value is (217,151,101). Sum of RGB (Red+Green+Blue) = 217+151+101=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99765 is #26689A. Grayscale: #A5A5A5. Windows color (decimal): -2517147 or 6658009. OLE color: 6658009.

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

Color convert

RGB 217 151 101 -
CMYK 0 0.30 0.53 0.15
HSL 25.86º 0.6% 0.62% -
HSV(B) 25.86º 0.53% 0.85% -
XYZ 42.03 37.82 17.4 -
YUV 165.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 217 151 101 0 0.30 0.53 0.15 25.86 0.6 0.62
Hex D9 97 65 0 1E 35 F 1A 3C 3E
Octal 331 227 145 0 36 65 17 32 74 76
Binary 11011001 10010111 1100101 0 11110 110101 1111 11010 111100 111110

Color Harmonies of #D99765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99765

Black with #D99765

Text Example


Text Example

White with #D99765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99765; }

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

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

background-color css

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

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

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

border-color css

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

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

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