#cdcd4c

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

Shades of Wattle #CDCD4C

Tints of Wattle #CDCD4C

Color information

#CDCD4C (or 0xCDCD4C) is unknown color: approx Wattle. HEX triplet: CD, CD and 4C. RGB value is (205,205,76). Sum of RGB (Red+Green+Blue) = 205+205+76=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCD4C is #3232B3. Grayscale: #BEBEBE. Windows color (decimal): -3289780 or 5033421. OLE color: 5033421.

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

Color convert

RGB20520576-
CMYK000.630.20
HSL60º56.33%55.1%-
HSV(B)60º62.93%80.39%-
XYZ48.3157.1615.32-
YUV190.2963.5138.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 76 (30.08% from 255) = 15.64%
R=42.18%
G=42.18%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520576000.630.206056.3355.1
HexCDCD4C003F143c3837
Octal315315114007724747067
Binary110011011100110110011000011111110100111100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdcd4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdcd4c; }

 p { color: rgb(205,205,76); }

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

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

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

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

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

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

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