#D29867

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

Shades of Whiskey #D29867

Tints of Whiskey #D29867

Color information

#D29867 (or 0xD29867) is unknown color: approx Whiskey. HEX triplet: D2, 98 and 67. RGB value is (210,152,103). Sum of RGB (Red+Green+Blue) = 210+152+103=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D29867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29867 is #2D6798. Grayscale: #A4A4A4. Windows color (decimal): -2975641 or 6789330. OLE color: 6789330.

HSL color Cylindrical-coordinate representation of color #D29867: hue angle of 27.48º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D29867 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB210152103-
CMYK00.280.510.18
HSL27.48º54.31%61.37%-
HSV(B)27.48º50.95%82.35%-
XYZ40.2537.1417.88-
YUV163.7693.72160.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=45.16%
G=32.69%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015210300.280.510.1827.4854.3161.37
HexD2986701C33121b363d
Octal3222301470346322336675
Binary110100101001100011001110111001100111001011011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29867; }

 p { color: rgb(210,152,103); }

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

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

 a { background-color: rgb(210,152,103); }

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

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

 span { border-color: rgb(210,152,103); }

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