#D6925F

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

Shades of Whiskey Sour #D6925F

Tints of Whiskey Sour #D6925F

Color information

#D6925F (or 0xD6925F) is unknown color: approx Whiskey Sour. HEX triplet: D6, 92 and 5F. RGB value is (214,146,95). Sum of RGB (Red+Green+Blue) = 214+146+95=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6925F is #296DA0. Grayscale: #A0A0A0. Windows color (decimal): -2715041 or 6263510. OLE color: 6263510.

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

Color convert

RGB21414695-
CMYK00.320.560.16
HSL25.71º59.2%60.59%-
HSV(B)25.71º55.61%83.92%-
XYZ40.0835.6815.6-
YUV160.5291.03166.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=47.03%
G=32.09%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141469500.320.560.1625.7159.260.59
HexD6925F02038101a3b3d
Octal3262221370407020327375
Binary1101011010010010101111101000001110001000011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6925F; }

 p { color: rgb(214,146,95); }

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

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

 a { background-color: rgb(214,146,95); }

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

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

 span { border-color: rgb(214,146,95); }

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