#D4995C

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

Shades of Whiskey Sour #D4995C

Tints of Whiskey Sour #D4995C

Color information

#D4995C (or 0xD4995C) is unknown color: approx Whiskey Sour. HEX triplet: D4, 99 and 5C. RGB value is (212,153,92). Sum of RGB (Red+Green+Blue) = 212+153+92=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4995C is #2B66A3. Grayscale: #A3A3A3. Windows color (decimal): -2844324 or 6068692. OLE color: 6068692.

HSL color Cylindrical-coordinate representation of color #D4995C: hue angle of 30.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4995C is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB21215392-
CMYK00.280.570.17
HSL30.5º58.25%59.61%-
HSV(B)30.5º56.6%83.14%-
XYZ40.4737.5515.24-
YUV163.6987.55162.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.39%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=46.39%
G=33.48%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121539200.280.570.1730.558.2559.61
HexD4995C01C39111f3a3c
Octal3242311340347121377274
Binary110101001001100110111000111001110011000111111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4995C; }

 p { color: rgb(212,153,92); }

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

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

 a { background-color: rgb(212,153,92); }

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

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

 span { border-color: rgb(212,153,92); }

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