#CDC939

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

Shades of Wattle #CDC939

Tints of Wattle #CDC939

Color information

#CDC939 (or 0xCDC939) is unknown color: approx Wattle. HEX triplet: CD, C9 and 39. RGB value is (205,201,57). Sum of RGB (Red+Green+Blue) = 205+201+57=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 57 (22.66% from 255 or 12.31% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC939 is #3236C6. Grayscale: #BABABA. Windows color (decimal): -3290823 or 3787213. OLE color: 3787213.

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

Color convert

RGB20520157-
CMYK00.020.720.20
HSL58.38º59.68%51.37%-
HSV(B)58.38º72.2%80.39%-
XYZ46.855.0512.03-
YUV185.7855.33141.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 201 (78.91% from 255) = 43.41%
BLUE value IS 57 (22.66% from 255) = 12.31%
R=44.28%
G=43.41%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052015700.020.720.2058.3859.6851.37
HexCDC9390248143a3c33
Octal315311710211024727463
Binary1100110111001001111001010100100010100111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC939; }

 p { color: rgb(205,201,57); }

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

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

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

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

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

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

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