#D69561

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

Shades of Whiskey Sour #D69561

Tints of Whiskey Sour #D69561

Color information

#D69561 (or 0xD69561) is unknown color: approx Whiskey Sour. HEX triplet: D6, 95 and 61. RGB value is (214,149,97). Sum of RGB (Red+Green+Blue) = 214+149+97=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D69561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69561 is #296A9E. Grayscale: #A2A2A2. Windows color (decimal): -2714271 or 6395350. OLE color: 6395350.

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

Color convert

RGB21414997-
CMYK00.300.550.16
HSL26.67º58.79%60.98%-
HSV(B)26.67º54.67%83.92%-
XYZ40.6436.6516.24-
YUV162.5191.03164.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 97 (38.28% from 255) = 21.09%
R=46.52%
G=32.39%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141499700.300.550.1626.6758.7960.98
HexD6956101E37101b3b3d
Octal3262251410366720337375
Binary110101101001010111000010111101101111000011011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69561; }

 p { color: rgb(214,149,97); }

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

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

 a { background-color: rgb(214,149,97); }

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

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

 span { border-color: rgb(214,149,97); }

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