#D7925C

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

Shades of Whiskey Sour #D7925C

Tints of Whiskey Sour #D7925C

Color information

#D7925C (or 0xD7925C) is unknown color: approx Whiskey Sour. HEX triplet: D7, 92 and 5C. RGB value is (215,146,92). Sum of RGB (Red+Green+Blue) = 215+146+92=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7925C is #286DA3. Grayscale: #A0A0A0. Windows color (decimal): -2649508 or 6066903. OLE color: 6066903.

HSL color Cylindrical-coordinate representation of color #D7925C: hue angle of 26.34º degrees, saturation: 0.61, 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 #D7925C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21514692-
CMYK00.320.570.16
HSL26.34º60.59%60.2%-
HSV(B)26.34º57.21%84.31%-
XYZ40.2335.7814.91-
YUV160.4889.36166.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.46%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=47.46%
G=32.23%
B=20.31%

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
Decimal2151469200.320.570.1626.3460.5960.2
HexD7925C02039101a3d3c
Octal3272221340407120327574
Binary1101011110010010101110001000001110011000011010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7925C; }

 p { color: rgb(215,146,92); }

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

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

 a { background-color: rgb(215,146,92); }

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

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

 span { border-color: rgb(215,146,92); }

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