#D2906B

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

Shades of Whiskey #D2906B

Tints of Whiskey #D2906B

Color information

#D2906B (or 0xD2906B) is unknown color: approx Whiskey. HEX triplet: D2, 90 and 6B. RGB value is (210,144,107). Sum of RGB (Red+Green+Blue) = 210+144+107=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2906B is #2D6F94. Grayscale: #9F9F9F. Windows color (decimal): -2977685 or 7049426. OLE color: 7049426.

HSL color Cylindrical-coordinate representation of color #D2906B: hue angle of 21.55º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2906B is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB210144107-
CMYK00.310.490.18
HSL21.55º53.37%62.16%-
HSV(B)21.55º49.05%82.35%-
XYZ39.2134.7118.54-
YUV159.5298.37164.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 107 (42.19% from 255) = 23.21%
R=45.55%
G=31.24%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014410700.310.490.1821.5553.3762.16
HexD2906B01F311216353e
Octal3222201530376122266576
Binary110100101001000011010110111111100011001010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2906B; }

 p { color: rgb(210,144,107); }

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

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

 a { background-color: rgb(210,144,107); }

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

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

 span { border-color: rgb(210,144,107); }

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