#CCD17A

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

Shades of Deco #CCD17A

Tints of Deco #CCD17A

Color information

#CCD17A (or 0xCCD17A) is unknown color: approx Deco. HEX triplet: CC, D1 and 7A. RGB value is (204,209,122). Sum of RGB (Red+Green+Blue) = 204+209+122=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD17A is #332E85. Grayscale: #C5C5C5. Windows color (decimal): -3354246 or 8049100. OLE color: 8049100.

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

Color convert

RGB204209122-
CMYK0.0200.420.18
HSL63.45º48.6%64.9%-
HSV(B)63.45º41.63%81.96%-
XYZ51.2259.8427.26-
YUV197.5985.34132.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 122 (48.05% from 255) = 22.80%
R=38.13%
G=39.07%
B=22.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091220.0200.420.1863.4548.664.9
HexCCD17A202A123f3141
Octal3143211722052227761101
Binary11001100110100011111010100101010100101111111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD17A; }

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

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

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

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

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

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

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

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