#D6925C

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

Shades of Whiskey Sour #D6925C

Tints of Whiskey Sour #D6925C

Color information

#D6925C (or 0xD6925C) is unknown color: approx Whiskey Sour. HEX triplet: D6, 92 and 5C. RGB value is (214,146,92). Sum of RGB (Red+Green+Blue) = 214+146+92=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6925C is #296DA3. Grayscale: #A0A0A0. Windows color (decimal): -2715044 or 6066902. OLE color: 6066902.

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

Color convert

RGB21414692-
CMYK00.320.570.16
HSL26.56º59.8%60%-
HSV(B)26.56º57.01%83.92%-
XYZ39.9435.6314.9-
YUV160.1889.53166.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.35%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=47.35%
G=32.30%
B=20.35%

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
Decimal2141469200.320.570.1626.5659.860
HexD6925C02039101b3c3c
Octal3262221340407120337474
Binary1101011010010010101110001000001110011000011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6925C; }

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

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

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

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

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

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

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

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