#CCD88D

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

Shades of Deco #CCD88D

Tints of Deco #CCD88D

Color information

#CCD88D (or 0xCCD88D) is unknown color: approx Deco. HEX triplet: CC, D8 and 8D. RGB value is (204,216,141). Sum of RGB (Red+Green+Blue) = 204+216+141=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD88D is #332772. Grayscale: #CCCCCC. Windows color (decimal): -3352435 or 9296076. OLE color: 9296076.

HSL color Cylindrical-coordinate representation of color #CCD88D: hue angle of 69.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD88D is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB204216141-
CMYK0.0600.350.15
HSL69.6º49.02%70%-
HSV(B)69.6º34.72%84.71%-
XYZ54.2763.8734.67-
YUV203.8692.52128.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 141 (55.47% from 255) = 25.13%
R=36.36%
G=38.50%
B=25.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161410.0600.350.1569.649.0270
HexCCD88D6023F463146
Octal31433021560431710661106
Binary1100110011011000100011011100100011111110001101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD88D; }

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

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

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

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

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

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

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

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