#D29768

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

Shades of Whiskey #D29768

Tints of Whiskey #D29768

Color information

#D29768 (or 0xD29768) is unknown color: approx Whiskey. HEX triplet: D2, 97 and 68. RGB value is (210,151,104). Sum of RGB (Red+Green+Blue) = 210+151+104=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D29768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29768 is #2D6897. Grayscale: #A3A3A3. Windows color (decimal): -2975896 or 6854610. OLE color: 6854610.

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

Color convert

RGB210151104-
CMYK00.280.500.18
HSL26.6º54.08%61.57%-
HSV(B)26.6º50.48%82.35%-
XYZ40.1436.8318.09-
YUV163.2894.55161.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=45.16%
G=32.47%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015110400.280.500.1826.654.0861.57
HexD2976801C32121b363e
Octal3222271500346222336676
Binary110100101001011111010000111001100101001011011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29768; }

 p { color: rgb(210,151,104); }

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

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

 a { background-color: rgb(210,151,104); }

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

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

 span { border-color: rgb(210,151,104); }

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