#CD8D61

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

Shades of Whiskey #CD8D61

Tints of Whiskey #CD8D61

Color information

#CD8D61 (or 0xCD8D61) is unknown color: approx Whiskey. HEX triplet: CD, 8D and 61. RGB value is (205,141,97). Sum of RGB (Red+Green+Blue) = 205+141+97=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D61 is #32729E. Grayscale: #9B9B9B. Windows color (decimal): -3306143 or 6393293. OLE color: 6393293.

HSL color Cylindrical-coordinate representation of color #CD8D61: hue angle of 24.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD8D61 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20514197-
CMYK00.310.530.20
HSL24.44º51.92%59.22%-
HSV(B)24.44º52.68%80.39%-
XYZ36.8632.8915.72-
YUV155.1295.2163.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=46.28%
G=31.83%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051419700.310.530.2024.4451.9259.22
HexCD8D6101F351418343b
Octal3152151410376524306473
Binary110011011000110111000010111111101011010011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8D61; }

 p { color: rgb(205,141,97); }

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

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

 a { background-color: rgb(205,141,97); }

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

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

 span { border-color: rgb(205,141,97); }

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