#D29455

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

Shades of Whiskey Sour #D29455

Tints of Whiskey Sour #D29455

Color information

#D29455 (or 0xD29455) is unknown color: approx Whiskey Sour. HEX triplet: D2, 94 and 55. RGB value is (210,148,85). Sum of RGB (Red+Green+Blue) = 210+148+85=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D29455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29455 is #2D6BAA. Grayscale: #9F9F9F. Windows color (decimal): -2976683 or 5608658. OLE color: 5608658.

HSL color Cylindrical-coordinate representation of color #D29455: hue angle of 30.24º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D29455 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB21014885-
CMYK00.300.600.18
HSL30.24º58.14%57.84%-
HSV(B)30.24º59.52%82.35%-
XYZ38.8135.5413.41-
YUV159.3686.04164.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 85 (33.59% from 255) = 19.19%
R=47.40%
G=33.41%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101488500.300.600.1830.2458.1457.84
HexD2945501E3C121e3a3a
Octal3222241250367422367272
Binary110100101001010010101010111101111001001011110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29455; }

 p { color: rgb(210,148,85); }

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

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

 a { background-color: rgb(210,148,85); }

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

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

 span { border-color: rgb(210,148,85); }

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