#CD976D

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

Shades of Whiskey #CD976D

Tints of Whiskey #CD976D

Color information

#CD976D (or 0xCD976D) is unknown color: approx Whiskey. HEX triplet: CD, 97 and 6D. RGB value is (205,151,109). Sum of RGB (Red+Green+Blue) = 205+151+109=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD976D is #326892. Grayscale: #A2A2A2. Windows color (decimal): -3303571 or 7182285. OLE color: 7182285.

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

Color convert

RGB205151109-
CMYK00.260.470.20
HSL26.25º48.98%61.57%-
HSV(B)26.25º46.83%80.39%-
XYZ3936.2219.4-
YUV162.3697.89158.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 109 (42.97% from 255) = 23.44%
R=44.09%
G=32.47%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515110900.260.470.2026.2548.9861.57
HexCD976D01A2F141a313e
Octal3152271550325724326176
Binary110011011001011111011010110101011111010011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD976D; }

 p { color: rgb(205,151,109); }

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

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

 a { background-color: rgb(205,151,109); }

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

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

 span { border-color: rgb(205,151,109); }

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