Html Css Color HEX #D99062 Whiskey

📋 copy color: '#D99062'

red 217 ◦ green 144 ◦ blue 98

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

Shades of Whiskey #D99062

Tints of Whiskey #D99062

RGB

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

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

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

R = 47.28%
G = 31.37%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D99062 (or 0xD99062) is known color: Whiskey. HEX triplet: D9, 90 and 62. RGB value is (217,144,98). Sum of RGB (Red+Green+Blue) = 217+144+98=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D99062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99062 is #266F9D. Grayscale: #A0A0A0. Windows color (decimal): -2518942 or 6459609. OLE color: 6459609.

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

Color convert

RGB 217 144 98 -
CMYK 0 0.34 0.55 0.15
HSL 23.19º 0.61% 0.62% -
HSV(B) 23.19º 0.55% 0.85% -
XYZ 40.79 35.58 16.27 -
YUV 160.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 217 144 98 0 0.34 0.55 0.15 23.19 0.61 0.62
Hex D9 90 62 0 22 37 F 17 3D 3E
Octal 331 220 142 0 42 67 17 27 75 76
Binary 11011001 10010000 1100010 0 100010 110111 1111 10111 111101 111110

Color Harmonies of #D99062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99062

Black with #D99062

Text Example


Text Example

White with #D99062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99062; }

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

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

background-color css

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

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

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

border-color css

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

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

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