#D69255

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

Shades of Whiskey Sour #D69255

Tints of Whiskey Sour #D69255

Color information

#D69255 (or 0xD69255) is unknown color: approx Whiskey Sour. HEX triplet: D6, 92 and 55. RGB value is (214,146,85). Sum of RGB (Red+Green+Blue) = 214+146+85=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D69255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69255 is #296DAA. Grayscale: #9F9F9F. Windows color (decimal): -2715051 or 5608150. OLE color: 5608150.

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

Color convert

RGB21414685-
CMYK00.320.600.16
HSL28.37º61.14%58.63%-
HSV(B)28.37º60.28%83.92%-
XYZ39.6535.5113.36-
YUV159.3886.03166.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 85 (33.59% from 255) = 19.10%
R=48.09%
G=32.81%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141468500.320.600.1628.3761.1458.63
HexD692550203C101c3d3b
Octal3262221250407420347573
Binary1101011010010010101010101000001111001000011100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69255; }

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

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

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

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

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

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

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

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