#CDD078

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

Shades of Deco #CDD078

Tints of Deco #CDD078

Color information

#CDD078 (or 0xCDD078) is unknown color: approx Deco. HEX triplet: CD, D0 and 78. RGB value is (205,208,120). Sum of RGB (Red+Green+Blue) = 205+208+120=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD078 is #322F87. Grayscale: #C5C5C5. Windows color (decimal): -3288968 or 7917773. OLE color: 7917773.

HSL color Cylindrical-coordinate representation of color #CDD078: hue angle of 62.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDD078 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB205208120-
CMYK0.0100.420.18
HSL62.05º48.35%64.31%-
HSV(B)62.05º42.31%81.57%-
XYZ51.1259.4526.55-
YUV197.0784.51133.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 208 (81.64% from 255) = 39.02%
BLUE value IS 120 (47.27% from 255) = 22.51%
R=38.46%
G=39.02%
B=22.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052081200.0100.420.1862.0548.3564.31
HexCDD078102A123e3040
Octal3153201701052227660100
Binary1100110111010000111100010101010100101111101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD078; }

 p { color: rgb(205,208,120); }

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

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

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

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

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

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

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