#CCD678

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

Shades of Deco #CCD678

Tints of Deco #CCD678

Color information

#CCD678 (or 0xCCD678) is unknown color: approx Deco. HEX triplet: CC, D6 and 78. RGB value is (204,214,120). Sum of RGB (Red+Green+Blue) = 204+214+120=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD678 is #332987. Grayscale: #C8C8C8. Windows color (decimal): -3352968 or 7919308. OLE color: 7919308.

HSL color Cylindrical-coordinate representation of color #CCD678: hue angle of 66.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCD678 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB204214120-
CMYK0.0500.440.16
HSL66.38º53.41%65.49%-
HSV(B)66.38º43.93%83.92%-
XYZ52.3462.2927.03-
YUV200.2982.69130.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 120 (47.27% from 255) = 22.30%
R=37.92%
G=39.78%
B=22.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141200.0500.440.1666.3853.4165.49
HexCCD678502C10423541
Octal31432617050542010265101
Binary1100110011010110111100010101011001000010000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD678; }

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

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

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

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

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

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

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

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