Html Css Color HEX #D99266 Whiskey

📋 copy color: '#D99266'

red 217 ◦ green 146 ◦ blue 102

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

Shades of Whiskey #D99266

Tints of Whiskey #D99266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.4%

 BLUE value IS 102 (40.23% from 255) = 21.94%

R = 46.67%
G = 31.4%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D99266 (or 0xD99266) is known color: Whiskey. HEX triplet: D9, 92 and 66. RGB value is (217,146,102). Sum of RGB (Red+Green+Blue) = 217+146+102=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99266 is #266D99. Grayscale: #A2A2A2. Windows color (decimal): -2518426 or 6722265. OLE color: 6722265.

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

Color convert

RGB 217 146 102 -
CMYK 0 0.33 0.53 0.15
HSL 22.96º 0.6% 0.63% -
HSV(B) 22.96º 0.53% 0.85% -
XYZ 41.29 36.27 17.39 -
YUV 162.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 217 146 102 0 0.33 0.53 0.15 22.96 0.6 0.63
Hex D9 92 66 0 21 35 F 17 3C 3F
Octal 331 222 146 0 41 65 17 27 74 77
Binary 11011001 10010010 1100110 0 100001 110101 1111 10111 111100 111111

Color Harmonies of #D99266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99266

Black with #D99266

Text Example


Text Example

White with #D99266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99266; }

 p { color: rgb(217,146,102); }

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

background-color css

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

 a { background-color: rgb(217,146,102); }

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

border-color css

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

 span { border-color: rgb(217,146,102); }

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