#D99267

Color #D99267 Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #D99267

Tints of Whiskey #D99267

Color information

#D99267 (or 0xD99267) is unknown color: approx Whiskey. HEX triplet: D9, 92 and 67. RGB value is (217,146,103). Sum of RGB (Red+Green+Blue) = 217+146+103=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99267 is #266D98. Grayscale: #A2A2A2. Windows color (decimal): -2518425 or 6787801. OLE color: 6787801.

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

Color convert

RGB217146103-
CMYK00.330.530.15
HSL22.63º60%62.75%-
HSV(B)22.63º52.53%85.1%-
XYZ41.3436.2917.66-
YUV162.3394.52167-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 103 (40.62% from 255) = 22.10%
R=46.57%
G=31.33%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714610300.330.530.1522.636062.75
HexD9926702135F173c3f
Octal3312221470416517277477
Binary110110011001001011001110100001110101111110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99267; }

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

 H1.HeaderClassName
 {
   color: #D99267;
 }
 .AnyTagClassName
 {
   color: #D99267;
 }
</style>
background-color css

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

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

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

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

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

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