#cccd4f

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

Shades of Wattle #CCCD4F

Tints of Wattle #CCCD4F

Color information

#CCCD4F (or 0xCCCD4F) is unknown color: approx Wattle. HEX triplet: CC, CD and 4F. RGB value is (204,205,79). Sum of RGB (Red+Green+Blue) = 204+205+79=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD4F is #3332B0. Grayscale: #BEBEBE. Windows color (decimal): -3355313 or 5230028. OLE color: 5230028.

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

Color convert

RGB20420579-
CMYK0.0000.610.20
HSL60.48º55.75%55.69%-
HSV(B)60.48º61.46%80.39%-
XYZ48.1457.0615.87-
YUV190.3465.17137.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 79 (31.25% from 255) = 16.19%
R=41.80%
G=42.01%
B=16.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204205790.0000.610.2060.4855.7555.69
HexCCCD4F003D143c3838
Octal314315117007524747070
Binary110011001100110110011110011110110100111100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cccd4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cccd4f; }

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

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

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

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

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

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

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

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