#D6905A

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

Shades of Whiskey Sour #D6905A

Tints of Whiskey Sour #D6905A

Color information

#D6905A (or 0xD6905A) is unknown color: approx Whiskey Sour. HEX triplet: D6, 90 and 5A. RGB value is (214,144,90). Sum of RGB (Red+Green+Blue) = 214+144+90=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D6905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6905A is #296FA5. Grayscale: #9F9F9F. Windows color (decimal): -2715558 or 5935318. OLE color: 5935318.

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

Color convert

RGB21414490-
CMYK00.330.580.16
HSL26.13º60.19%59.61%-
HSV(B)26.13º57.94%83.92%-
XYZ39.5534.9814.34-
YUV158.7789.19167.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 90 (35.55% from 255) = 20.09%
R=47.77%
G=32.14%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141449000.330.580.1626.1360.1959.61
HexD6905A0213A101a3c3c
Octal3262201320417220327474
Binary1101011010010000101101001000011110101000011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6905A; }

 p { color: rgb(214,144,90); }

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

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

 a { background-color: rgb(214,144,90); }

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

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

 span { border-color: rgb(214,144,90); }

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