#D69060

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

Shades of Whiskey #D69060

Tints of Whiskey #D69060

Color information

#D69060 (or 0xD69060) is unknown color: approx Whiskey. HEX triplet: D6, 90 and 60. RGB value is (214,144,96). Sum of RGB (Red+Green+Blue) = 214+144+96=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D69060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69060 is #296F9F. Grayscale: #9F9F9F. Windows color (decimal): -2715552 or 6328534. OLE color: 6328534.

HSL color Cylindrical-coordinate representation of color #D69060: hue angle of 24.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D69060 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21414496-
CMYK00.330.550.16
HSL24.41º59%60.78%-
HSV(B)24.41º55.14%83.92%-
XYZ39.8235.0915.74-
YUV159.4692.19166.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 96 (37.89% from 255) = 21.15%
R=47.14%
G=31.72%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141449600.330.550.1624.415960.78
HexD690600213710183b3d
Octal3262201400416720307375
Binary1101011010010000110000001000011101111000011000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69060; }

 p { color: rgb(214,144,96); }

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

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

 a { background-color: rgb(214,144,96); }

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

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

 span { border-color: rgb(214,144,96); }

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