#CCCD3F

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

Shades of Wattle #CCCD3F

Tints of Wattle #CCCD3F

Color information

#CCCD3F (or 0xCCCD3F) is unknown color: approx Wattle. HEX triplet: CC, CD and 3F. RGB value is (204,205,63). Sum of RGB (Red+Green+Blue) = 204+205+63=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD3F is #3332C0. Grayscale: #BDBDBD. Windows color (decimal): -3355329 or 4181452. OLE color: 4181452.

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

Color convert

RGB20420563-
CMYK0.0000.690.20
HSL60.42º58.68%52.55%-
HSV(B)60.42º69.27%80.39%-
XYZ47.6356.8613.17-
YUV188.5157.17139.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 205 (80.47% from 255) = 43.43%
BLUE value IS 63 (25% from 255) = 13.35%
R=43.22%
G=43.43%
B=13.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204205630.0000.690.2060.4258.6852.55
HexCCCD3F0045143c3b35
Octal314315770010524747365
Binary110011001100110111111100100010110100111100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD3F; }

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

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

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

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

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

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

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

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