Html Css Color HEX #D99063 Whiskey

📋 copy color: '#D99063'

red 217 ◦ green 144 ◦ blue 99

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

Shades of Whiskey #D99063

Tints of Whiskey #D99063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.3%

 BLUE value IS 99 (39.06% from 255) = 21.52%

R = 47.17%
G = 31.3%
B = 21.52%

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

#D99063 (or 0xD99063) is known color: Whiskey. HEX triplet: D9, 90 and 63. RGB value is (217,144,99). Sum of RGB (Red+Green+Blue) = 217+144+99=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D99063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99063 is #266F9C. Grayscale: #A0A0A0. Windows color (decimal): -2518941 or 6525145. OLE color: 6525145.

HSL color Cylindrical-coordinate representation of color #D99063: hue angle of 22.88º degrees, saturation: 0.61, 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 #D99063 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 144 99 -
CMYK 0 0.34 0.54 0.15
HSL 22.88º 0.61% 0.62% -
HSV(B) 22.88º 0.54% 0.85% -
XYZ 40.84 35.6 16.52 -
YUV 160.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 217 144 99 0 0.34 0.54 0.15 22.88 0.61 0.62
Hex D9 90 63 0 22 36 F 17 3D 3E
Octal 331 220 143 0 42 66 17 27 75 76
Binary 11011001 10010000 1100011 0 100010 110110 1111 10111 111101 111110

Color Harmonies of #D99063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99063

Black with #D99063

Text Example


Text Example

White with #D99063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99063; }

 p { color: rgb(217,144,99); }

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

background-color css

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

 a { background-color: rgb(217,144,99); }

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

border-color css

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

 span { border-color: rgb(217,144,99); }

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