#CDC96E

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

Shades of Deco #CDC96E

Tints of Deco #CDC96E

Color information

#CDC96E (or 0xCDC96E) is unknown color: approx Deco. HEX triplet: CD, C9 and 6E. RGB value is (205,201,110). Sum of RGB (Red+Green+Blue) = 205+201+110=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC96E is #323691. Grayscale: #C0C0C0. Windows color (decimal): -3290770 or 7260621. OLE color: 7260621.

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

Color convert

RGB205201110-
CMYK00.020.460.20
HSL57.47º48.72%61.76%-
HSV(B)57.47º46.34%80.39%-
XYZ48.8855.8822.96-
YUV191.8281.83137.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 110 (43.36% from 255) = 21.32%
R=39.73%
G=38.95%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520111000.020.460.2057.4748.7261.76
HexCDC96E022E1439313e
Octal315311156025624716176
Binary1100110111001001110111001010111010100111001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC96E; }

 p { color: rgb(205,201,110); }

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

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

 a { background-color: rgb(205,201,110); }

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

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

 span { border-color: rgb(205,201,110); }

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