#CCD98C

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

Shades of Deco #CCD98C

Tints of Deco #CCD98C

Color information

#CCD98C (or 0xCCD98C) is unknown color: approx Deco. HEX triplet: CC, D9 and 8C. RGB value is (204,217,140). Sum of RGB (Red+Green+Blue) = 204+217+140=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD98C is #332673. Grayscale: #CCCCCC. Windows color (decimal): -3352180 or 9230796. OLE color: 9230796.

HSL color Cylindrical-coordinate representation of color #CCD98C: hue angle of 70.13º degrees, saturation: 0.5, 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 #CCD98C is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB204217140-
CMYK0.0600.350.15
HSL70.13º50.33%70%-
HSV(B)70.13º35.48%85.1%-
XYZ54.4564.3634.36-
YUV204.3491.69127.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 217 (85.16% from 255) = 38.68%
BLUE value IS 140 (55.08% from 255) = 24.96%
R=36.36%
G=38.68%
B=24.96%

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
Decimal2042171400.0600.350.1570.1350.3370
HexCCD98C6023F463246
Octal31433121460431710662106
Binary1100110011011001100011001100100011111110001101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD98C; }

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

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

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

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

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

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

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

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