#CDCD79

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

Shades of Deco #CDCD79

Tints of Deco #CDCD79

Color information

#CDCD79 (or 0xCDCD79) is unknown color: approx Deco. HEX triplet: CD, CD and 79. RGB value is (205,205,121). Sum of RGB (Red+Green+Blue) = 205+205+121=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD79 is #323286. Grayscale: #C3C3C3. Windows color (decimal): -3289735 or 7982541. OLE color: 7982541.

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

Color convert

RGB205205121-
CMYK000.410.20
HSL60º45.65%63.92%-
HSV(B)60º40.98%80.39%-
XYZ50.4658.0226.63-
YUV195.4286134.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 121 (47.66% from 255) = 22.79%
R=38.61%
G=38.61%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205121000.410.206045.6563.92
HexCDCD790029143c2e40
Octal3153151710051247456100
Binary1100110111001101111100100101001101001111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD79; }

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

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

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

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

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

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

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

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