#CCD28E

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

Shades of Deco #CCD28E

Tints of Deco #CCD28E

Color information

#CCD28E (or 0xCCD28E) is unknown color: approx Deco. HEX triplet: CC, D2 and 8E. RGB value is (204,210,142). Sum of RGB (Red+Green+Blue) = 204+210+142=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD28E is #332D71. Grayscale: #C8C8C8. Windows color (decimal): -3353970 or 9360076. OLE color: 9360076.

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

Color convert

RGB204210142-
CMYK0.0300.320.18
HSL65.29º43.04%69.02%-
HSV(B)65.29º32.38%82.35%-
XYZ52.8360.8834.56-
YUV200.4595.01130.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 142 (55.86% from 255) = 25.54%
R=36.69%
G=37.77%
B=25.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042101420.0300.320.1865.2943.0469.02
HexCCD28E302012412b45
Octal31432221630402210153105
Binary1100110011010010100011101101000001001010000011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD28E; }

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

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

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

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

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

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

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

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