#CDC535

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

Shades of Wattle #CDC535

Tints of Wattle #CDC535

Color information

#CDC535 (or 0xCDC535) is unknown color: approx Wattle. HEX triplet: CD, C5 and 35. RGB value is (205,197,53). Sum of RGB (Red+Green+Blue) = 205+197+53=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC535 is #323ACA. Grayscale: #B7B7B7. Windows color (decimal): -3291851 or 3524045. OLE color: 3524045.

HSL color Cylindrical-coordinate representation of color #CDC535: hue angle of 56.84º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDC535 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20519753-
CMYK00.040.740.20
HSL56.84º60.32%50.59%-
HSV(B)56.84º74.15%80.39%-
XYZ45.7953.1711.22-
YUV182.9854.65143.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 53 (21.09% from 255) = 11.65%
R=45.05%
G=43.30%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051975300.040.740.2056.8460.3250.59
HexCDC535044A14393c33
Octal315305650411224717463
Binary11001101110001011101010100100101010100111001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC535; }

 p { color: rgb(205,197,53); }

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

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

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

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

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

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

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