#D5904E

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

Shades of Whiskey Sour #D5904E

Tints of Whiskey Sour #D5904E

Color information

#D5904E (or 0xD5904E) is unknown color: approx Whiskey Sour. HEX triplet: D5, 90 and 4E. RGB value is (213,144,78). Sum of RGB (Red+Green+Blue) = 213+144+78=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5904E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5904E is #2A6FB1. Grayscale: #9D9D9D. Windows color (decimal): -2781106 or 5148885. OLE color: 5148885.

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

Color convert

RGB21314478-
CMYK00.320.630.16
HSL29.33º61.64%57.06%-
HSV(B)29.33º63.38%83.53%-
XYZ38.7934.6411.85-
YUV157.1183.36167.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=48.97%
G=33.10%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131447800.320.630.1629.3361.6457.06
HexD5904E0203F101d3e39
Octal3252201160407720357671
Binary1101010110010000100111001000001111111000011101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5904E; }

 p { color: rgb(213,144,78); }

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

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

 a { background-color: rgb(213,144,78); }

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

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

 span { border-color: rgb(213,144,78); }

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