#CCD18D

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

Shades of Deco #CCD18D

Tints of Deco #CCD18D

Color information

#CCD18D (or 0xCCD18D) is unknown color: approx Deco. HEX triplet: CC, D1 and 8D. RGB value is (204,209,141). Sum of RGB (Red+Green+Blue) = 204+209+141=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD18D is #332E72. Grayscale: #C8C8C8. Windows color (decimal): -3354227 or 9294284. OLE color: 9294284.

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

Color convert

RGB204209141-
CMYK0.0200.330.18
HSL64.41º42.5%68.63%-
HSV(B)64.41º32.54%81.96%-
XYZ52.5160.3634.08-
YUV199.7594.84131.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 209 (82.03% from 255) = 37.73%
BLUE value IS 141 (55.47% from 255) = 25.45%
R=36.82%
G=37.73%
B=25.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091410.0200.330.1864.4142.568.63
HexCCD18D202112402a45
Octal31432121520412210052105
Binary1100110011010001100011011001000011001010000001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD18D; }

 p { color: rgb(204,209,141); }

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

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

 a { background-color: rgb(204,209,141); }

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

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

 span { border-color: rgb(204,209,141); }

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