#D68F55

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

Shades of Whiskey Sour #D68F55

Tints of Whiskey Sour #D68F55

Color information

#D68F55 (or 0xD68F55) is unknown color: approx Whiskey Sour. HEX triplet: D6, 8F and 55. RGB value is (214,143,85). Sum of RGB (Red+Green+Blue) = 214+143+85=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F55 is #2970AA. Grayscale: #9D9D9D. Windows color (decimal): -2715819 or 5607382. OLE color: 5607382.

HSL color Cylindrical-coordinate representation of color #D68F55: hue angle of 26.98º 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 #D68F55 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21414385-
CMYK00.330.600.16
HSL26.98º61.14%58.63%-
HSV(B)26.98º60.28%83.92%-
XYZ39.1934.613.21-
YUV157.6287.02168.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.42%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 85 (33.59% from 255) = 19.23%
R=48.42%
G=32.35%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141438500.330.600.1626.9861.1458.63
HexD68F550213C101b3d3b
Octal3262171250417420337573
Binary1101011010001111101010101000011111001000011011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68F55; }

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

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

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

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

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

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

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

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