#CCD28C

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

Shades of Deco #CCD28C

Tints of Deco #CCD28C

Color information

#CCD28C (or 0xCCD28C) is unknown color: approx Deco. HEX triplet: CC, D2 and 8C. RGB value is (204,210,140). Sum of RGB (Red+Green+Blue) = 204+210+140=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD28C is #332D73. Grayscale: #C8C8C8. Windows color (decimal): -3353972 or 9229004. OLE color: 9229004.

HSL color Cylindrical-coordinate representation of color #CCD28C: hue angle of 65.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD28C is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB204210140-
CMYK0.0300.330.18
HSL65.14º43.75%68.63%-
HSV(B)65.14º33.33%82.35%-
XYZ52.6860.8233.77-
YUV200.2394.01130.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 210 (82.42% from 255) = 37.91%
BLUE value IS 140 (55.08% from 255) = 25.27%
R=36.82%
G=37.91%
B=25.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042101400.0300.330.1865.1443.7568.63
HexCCD28C302112412c45
Octal31432221430412210154105
Binary1100110011010010100011001101000011001010000011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD28C; }

 p { color: rgb(204,210,140); }

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

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

 a { background-color: rgb(204,210,140); }

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

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

 span { border-color: rgb(204,210,140); }

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