#CD9862

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

Shades of Whiskey #CD9862

Tints of Whiskey #CD9862

Color information

#CD9862 (or 0xCD9862) is unknown color: approx Whiskey. HEX triplet: CD, 98 and 62. RGB value is (205,152,98). Sum of RGB (Red+Green+Blue) = 205+152+98=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9862 is #32679D. Grayscale: #A1A1A1. Windows color (decimal): -3303326 or 6461645. OLE color: 6461645.

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

Color convert

RGB20515298-
CMYK00.260.520.20
HSL30.28º51.69%59.41%-
HSV(B)30.28º52.2%80.39%-
XYZ38.6136.3216.53-
YUV161.6992.06158.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=45.05%
G=33.41%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051529800.260.520.2030.2851.6959.41
HexCD986201A34141e343b
Octal3152301420326424366473
Binary110011011001100011000100110101101001010011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9862; }

 p { color: rgb(205,152,98); }

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

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

 a { background-color: rgb(205,152,98); }

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

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

 span { border-color: rgb(205,152,98); }

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