#CCCD7D

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

Shades of Deco #CCCD7D

Tints of Deco #CCCD7D

Color information

#CCCD7D (or 0xCCCD7D) is unknown color: approx Deco. HEX triplet: CC, CD and 7D. RGB value is (204,205,125). Sum of RGB (Red+Green+Blue) = 204+205+125=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD7D is #333282. Grayscale: #C3C3C3. Windows color (decimal): -3355267 or 8244684. OLE color: 8244684.

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

Color convert

RGB204205125-
CMYK0.0000.390.20
HSL60.75º44.44%64.71%-
HSV(B)60.75º39.02%80.39%-
XYZ50.4357.9827.94-
YUV195.5888.17134-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=38.20%
G=38.39%
B=23.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051250.0000.390.2060.7544.4464.71
HexCCCD7D0027143d2c41
Octal3143151750047247554101
Binary1100110011001101111110100100111101001111011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD7D; }

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

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

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

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

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

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

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

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