#CDC73B

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

Shades of Wattle #CDC73B

Tints of Wattle #CDC73B

Color information

#CDC73B (or 0xCDC73B) is unknown color: approx Wattle. HEX triplet: CD, C7 and 3B. RGB value is (205,199,59). Sum of RGB (Red+Green+Blue) = 205+199+59=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC73B is #3238C4. Grayscale: #B9B9B9. Windows color (decimal): -3291333 or 3917773. OLE color: 3917773.

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

Color convert

RGB20519959-
CMYK00.030.710.20
HSL57.53º59.35%51.76%-
HSV(B)57.53º71.22%80.39%-
XYZ46.3954.1412.14-
YUV184.8356.99142.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 199 (78.12% from 255) = 42.98%
BLUE value IS 59 (23.44% from 255) = 12.74%
R=44.28%
G=42.98%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051995900.030.710.2057.5359.3551.76
HexCDC73B0347143a3b34
Octal315307730310724727364
Binary1100110111000111111011011100011110100111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC73B; }

 p { color: rgb(205,199,59); }

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

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

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

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

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

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

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