#CCCD7C

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

Shades of Deco #CCCD7C

Tints of Deco #CCCD7C

Color information

#CCCD7C (or 0xCCCD7C) is unknown color: approx Deco. HEX triplet: CC, CD and 7C. RGB value is (204,205,124). Sum of RGB (Red+Green+Blue) = 204+205+124=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD7C is #333283. Grayscale: #C3C3C3. Windows color (decimal): -3355268 or 8179148. OLE color: 8179148.

HSL color Cylindrical-coordinate representation of color #CCCD7C: hue angle of 60.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCCD7C is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB204205124-
CMYK0.0000.400.20
HSL60.74º44.75%64.51%-
HSV(B)60.74º39.51%80.39%-
XYZ50.3757.9627.6-
YUV195.4787.67134.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 124 (48.83% from 255) = 23.26%
R=38.27%
G=38.46%
B=23.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051240.0000.400.2060.7444.7564.51
HexCCCD7C0028143d2d41
Octal3143151740050247555101
Binary1100110011001101111110000101000101001111011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD7C; }

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

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

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

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

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

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

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

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