#D69569

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

Shades of Whiskey #D69569

Tints of Whiskey #D69569

Color information

#D69569 (or 0xD69569) is unknown color: approx Whiskey. HEX triplet: D6, 95 and 69. RGB value is (214,149,105). Sum of RGB (Red+Green+Blue) = 214+149+105=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D69569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69569 is #296A96. Grayscale: #A3A3A3. Windows color (decimal): -2714263 or 6919638. OLE color: 6919638.

HSL color Cylindrical-coordinate representation of color #D69569: hue angle of 24.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D69569 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB214149105-
CMYK00.300.510.16
HSL24.22º57.07%62.55%-
HSV(B)24.22º50.93%83.92%-
XYZ41.0336.8118.31-
YUV163.4295.03164.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=45.73%
G=31.84%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414910500.300.510.1624.2257.0762.55
HexD6956901E331018393f
Octal3262251510366320307177
Binary110101101001010111010010111101100111000011000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69569; }

 p { color: rgb(214,149,105); }

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

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

 a { background-color: rgb(214,149,105); }

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

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

 span { border-color: rgb(214,149,105); }

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