#CCD078

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

Shades of Deco #CCD078

Tints of Deco #CCD078

Color information

#CCD078 (or 0xCCD078) is unknown color: approx Deco. HEX triplet: CC, D0 and 78. RGB value is (204,208,120). Sum of RGB (Red+Green+Blue) = 204+208+120=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD078 is #332F87. Grayscale: #C5C5C5. Windows color (decimal): -3354504 or 7917772. OLE color: 7917772.

HSL color Cylindrical-coordinate representation of color #CCD078: hue angle of 62.73º 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 #CCD078 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB204208120-
CMYK0.0200.420.18
HSL62.73º48.35%64.31%-
HSV(B)62.73º42.31%81.57%-
XYZ50.8559.3126.54-
YUV196.7784.67133.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 208 (81.64% from 255) = 39.10%
BLUE value IS 120 (47.27% from 255) = 22.56%
R=38.35%
G=39.10%
B=22.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042081200.0200.420.1862.7348.3564.31
HexCCD078202A123f3040
Octal3143201702052227760100
Binary11001100110100001111000100101010100101111111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD078; }

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

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

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

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

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

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

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

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