#CCD57C

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

Shades of Deco #CCD57C

Tints of Deco #CCD57C

Color information

#CCD57C (or 0xCCD57C) is unknown color: approx Deco. HEX triplet: CC, D5 and 7C. RGB value is (204,213,124). Sum of RGB (Red+Green+Blue) = 204+213+124=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD57C is #332A83. Grayscale: #C8C8C8. Windows color (decimal): -3353220 or 8181196. OLE color: 8181196.

HSL color Cylindrical-coordinate representation of color #CCD57C: hue angle of 66.07º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCD57C is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB204213124-
CMYK0.0400.420.16
HSL66.07º51.45%66.08%-
HSV(B)66.07º41.78%83.53%-
XYZ52.3361.8828.25-
YUV200.1685.02130.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 213 (83.59% from 255) = 39.37%
BLUE value IS 124 (48.83% from 255) = 22.92%
R=37.71%
G=39.37%
B=22.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131240.0400.420.1666.0751.4566.08
HexCCD57C402A10423342
Octal31432517440522010263102
Binary1100110011010101111110010001010101000010000101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD57C; }

 p { color: rgb(204,213,124); }

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

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

 a { background-color: rgb(204,213,124); }

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

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

 span { border-color: rgb(204,213,124); }

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