#CDC232

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

Shades of Wattle #CDC232

Tints of Wattle #CDC232

Color information

#CDC232 (or 0xCDC232) is unknown color: approx Wattle. HEX triplet: CD, C2 and 32. RGB value is (205,194,50). Sum of RGB (Red+Green+Blue) = 205+194+50=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC232 is #323DCD. Grayscale: #B5B5B5. Windows color (decimal): -3292622 or 3326669. OLE color: 3326669.

HSL color Cylindrical-coordinate representation of color #CDC232: hue angle of 55.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDC232 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20519450-
CMYK00.050.760.20
HSL55.74º60.78%50%-
HSV(B)55.74º75.61%80.39%-
XYZ45.0451.7910.64-
YUV180.8754.14145.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 194 (76.17% from 255) = 43.21%
BLUE value IS 50 (19.92% from 255) = 11.14%
R=45.66%
G=43.21%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051945000.050.760.2055.7460.7850
HexCDC232054C14383d32
Octal315302620511424707562
Binary11001101110000101100100101100110010100111000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC232; }

 p { color: rgb(205,194,50); }

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

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

 a { background-color: rgb(205,194,50); }

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

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

 span { border-color: rgb(205,194,50); }

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