#CDC73D

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

Shades of Wattle #CDC73D

Tints of Wattle #CDC73D

Color information

#CDC73D (or 0xCDC73D) is unknown color: approx Wattle. HEX triplet: CD, C7 and 3D. RGB value is (205,199,61). Sum of RGB (Red+Green+Blue) = 205+199+61=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC73D is #3238C2. Grayscale: #B9B9B9. Windows color (decimal): -3291331 or 4048845. OLE color: 4048845.

HSL color Cylindrical-coordinate representation of color #CDC73D: hue angle of 57.5º 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 #CDC73D is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20519961-
CMYK00.030.700.20
HSL57.5º59.02%52.16%-
HSV(B)57.5º70.24%80.39%-
XYZ46.4454.1612.42-
YUV185.0657.99142.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 199 (78.12% from 255) = 42.80%
BLUE value IS 61 (24.22% from 255) = 13.12%
R=44.09%
G=42.80%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051996100.030.700.2057.559.0252.16
HexCDC73D0346143a3b34
Octal315307750310624727364
Binary1100110111000111111101011100011010100111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC73D; }

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

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

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

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

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

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

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

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