Html Css Color HEX #D99162 Whiskey

📋 copy color: '#D99162'

red 217 ◦ green 145 ◦ blue 98

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

Shades of Whiskey #D99162

Tints of Whiskey #D99162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.52%

 BLUE value IS 98 (38.67% from 255) = 21.3%

R = 47.17%
G = 31.52%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D99162 (or 0xD99162) is known color: Whiskey. HEX triplet: D9, 91 and 62. RGB value is (217,145,98). Sum of RGB (Red+Green+Blue) = 217+145+98=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D99162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99162 is #266E9D. Grayscale: #A1A1A1. Windows color (decimal): -2518686 or 6459865. OLE color: 6459865.

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

Color convert

RGB 217 145 98 -
CMYK 0 0.33 0.55 0.15
HSL 23.7º 0.61% 0.62% -
HSV(B) 23.7º 0.55% 0.85% -
XYZ 40.95 35.88 16.32 -
YUV 161.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 217 145 98 0 0.33 0.55 0.15 23.7 0.61 0.62
Hex D9 91 62 0 21 37 F 18 3D 3E
Octal 331 221 142 0 41 67 17 30 75 76
Binary 11011001 10010001 1100010 0 100001 110111 1111 11000 111101 111110

Color Harmonies of #D99162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99162

Black with #D99162

Text Example


Text Example

White with #D99162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99162; }

 p { color: rgb(217,145,98); }

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

background-color css

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

 a { background-color: rgb(217,145,98); }

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

border-color css

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

 span { border-color: rgb(217,145,98); }

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