#D69964

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

Shades of Whiskey #D69964

Tints of Whiskey #D69964

Color information

#D69964 (or 0xD69964) is unknown color: approx Whiskey. HEX triplet: D6, 99 and 64. RGB value is (214,153,100). Sum of RGB (Red+Green+Blue) = 214+153+100=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D69964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69964 is #29669B. Grayscale: #A5A5A5. Windows color (decimal): -2713244 or 6592982. OLE color: 6592982.

HSL color Cylindrical-coordinate representation of color #D69964: hue angle of 27.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D69964 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214153100-
CMYK00.290.530.16
HSL27.89º58.16%61.57%-
HSV(B)27.89º53.27%83.92%-
XYZ41.423817.21-
YUV165.291.21162.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 100 (39.45% from 255) = 21.41%
R=45.82%
G=32.76%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415310000.290.530.1627.8958.1661.57
HexD6996401D35101c3a3e
Octal3262311440356520347276
Binary110101101001100111001000111011101011000011100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69964; }

 p { color: rgb(214,153,100); }

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

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

 a { background-color: rgb(214,153,100); }

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

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

 span { border-color: rgb(214,153,100); }

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