#CDC53D

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

Shades of Wattle #CDC53D

Tints of Wattle #CDC53D

Color information

#CDC53D (or 0xCDC53D) is unknown color: approx Wattle. HEX triplet: CD, C5 and 3D. RGB value is (205,197,61). Sum of RGB (Red+Green+Blue) = 205+197+61=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC53D is #323AC2. Grayscale: #B8B8B8. Windows color (decimal): -3291843 or 4048333. OLE color: 4048333.

HSL color Cylindrical-coordinate representation of color #CDC53D: hue angle of 56.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDC53D is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20519761-
CMYK00.040.700.20
HSL56.67º59.02%52.16%-
HSV(B)56.67º70.24%80.39%-
XYZ45.9953.2512.27-
YUV183.8958.65143.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 197 (77.34% from 255) = 42.55%
BLUE value IS 61 (24.22% from 255) = 13.17%
R=44.28%
G=42.55%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051976100.040.700.2056.6759.0252.16
HexCDC53D044614393b34
Octal315305750410624717364
Binary11001101110001011111010100100011010100111001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC53D; }

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

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

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

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

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

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

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

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