#D5905C

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

Shades of Whiskey Sour #D5905C

Tints of Whiskey Sour #D5905C

Color information

#D5905C (or 0xD5905C) is unknown color: approx Whiskey Sour. HEX triplet: D5, 90 and 5C. RGB value is (213,144,92). Sum of RGB (Red+Green+Blue) = 213+144+92=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5905C is #2A6FA3. Grayscale: #9E9E9E. Windows color (decimal): -2781092 or 6066389. OLE color: 6066389.

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

Color convert

RGB21314492-
CMYK00.320.570.16
HSL25.79º59.02%59.8%-
HSV(B)25.79º56.81%83.53%-
XYZ39.3534.8714.78-
YUV158.790.36166.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 92 (36.33% from 255) = 20.49%
R=47.44%
G=32.07%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131449200.320.570.1625.7959.0259.8
HexD5905C02039101a3b3c
Octal3252201340407120327374
Binary1101010110010000101110001000001110011000011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5905C; }

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

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

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

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

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

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

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

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