#CDCD76

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

Shades of Deco #CDCD76

Tints of Deco #CDCD76

Color information

#CDCD76 (or 0xCDCD76) is unknown color: approx Deco. HEX triplet: CD, CD and 76. RGB value is (205,205,118). Sum of RGB (Red+Green+Blue) = 205+205+118=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD76 is #323289. Grayscale: #C3C3C3. Windows color (decimal): -3289738 or 7785933. OLE color: 7785933.

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

Color convert

RGB205205118-
CMYK000.420.20
HSL60º46.52%63.33%-
HSV(B)60º42.44%80.39%-
XYZ50.2857.9525.68-
YUV195.0884.5135.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 118 (46.48% from 255) = 22.35%
R=38.83%
G=38.83%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205118000.420.206046.5263.33
HexCDCD76002A143c2f3f
Octal315315166005224745777
Binary110011011100110111101100010101010100111100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD76; }

 p { color: rgb(205,205,118); }

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

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

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

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

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

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

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