#CCD18A

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

Shades of Deco #CCD18A

Tints of Deco #CCD18A

Color information

#CCD18A (or 0xCCD18A) is unknown color: approx Deco. HEX triplet: CC, D1 and 8A. RGB value is (204,209,138). Sum of RGB (Red+Green+Blue) = 204+209+138=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD18A is #332E75. Grayscale: #C7C7C7. Windows color (decimal): -3354230 or 9097676. OLE color: 9097676.

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

Color convert

RGB204209138-
CMYK0.0200.340.18
HSL64.23º43.56%68.04%-
HSV(B)64.23º33.97%81.96%-
XYZ52.2960.2732.92-
YUV199.4193.34131.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 209 (82.03% from 255) = 37.93%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=37.02%
G=37.93%
B=25.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091380.0200.340.1864.2343.5668.04
HexCCD18A202212402c44
Octal31432121220422210054104
Binary1100110011010001100010101001000101001010000001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD18A; }

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

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

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

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

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

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

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

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