#CCD173

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

Shades of Deco #CCD173

Tints of Deco #CCD173

Color information

#CCD173 (or 0xCCD173) is unknown color: approx Deco. HEX triplet: CC, D1 and 73. RGB value is (204,209,115). Sum of RGB (Red+Green+Blue) = 204+209+115=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD173 is #332E8C. Grayscale: #C5C5C5. Windows color (decimal): -3354253 or 7590348. OLE color: 7590348.

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

Color convert

RGB204209115-
CMYK0.0200.450.18
HSL63.19º50.54%63.53%-
HSV(B)63.19º44.98%81.96%-
XYZ50.859.6825.06-
YUV196.7981.84133.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 115 (45.31% from 255) = 21.78%
R=38.64%
G=39.58%
B=21.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091150.0200.450.1863.1950.5463.53
HexCCD173202D123f3340
Octal3143211632055227763100
Binary11001100110100011110011100101101100101111111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD173; }

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

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

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

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

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

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

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

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