#D2966A

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

Shades of Whiskey #D2966A

Tints of Whiskey #D2966A

Color information

#D2966A (or 0xD2966A) is unknown color: approx Whiskey. HEX triplet: D2, 96 and 6A. RGB value is (210,150,106). Sum of RGB (Red+Green+Blue) = 210+150+106=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2966A is #2D6995. Grayscale: #A3A3A3. Windows color (decimal): -2976150 or 6985426. OLE color: 6985426.

HSL color Cylindrical-coordinate representation of color #D2966A: hue angle of 25.38º 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 #D2966A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210150106-
CMYK00.290.500.18
HSL25.38º53.61%61.96%-
HSV(B)25.38º49.52%82.35%-
XYZ40.0936.5518.58-
YUV162.9295.88161.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.06%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=45.06%
G=32.19%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015010600.290.500.1825.3853.6161.96
HexD2966A01D321219363e
Octal3222261520356222316676
Binary110100101001011011010100111011100101001011001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2966A; }

 p { color: rgb(210,150,106); }

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

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

 a { background-color: rgb(210,150,106); }

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

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

 span { border-color: rgb(210,150,106); }

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