#CDC333

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

Shades of Wattle #CDC333

Tints of Wattle #CDC333

Color information

#CDC333 (or 0xCDC333) is unknown color: approx Wattle. HEX triplet: CD, C3 and 33. RGB value is (205,195,51). Sum of RGB (Red+Green+Blue) = 205+195+51=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC333 is #323CCC. Grayscale: #B6B6B6. Windows color (decimal): -3292365 or 3392461. OLE color: 3392461.

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

Color convert

RGB20519551-
CMYK00.050.750.20
HSL56.1º60.63%50.2%-
HSV(B)56.1º75.12%80.39%-
XYZ45.2952.2510.83-
YUV181.5754.31144.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 195 (76.56% from 255) = 43.24%
BLUE value IS 51 (20.31% from 255) = 11.31%
R=45.45%
G=43.24%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051955100.050.750.2056.160.6350.2
HexCDC333054B14383d32
Octal315303630511324707562
Binary11001101110000111100110101100101110100111000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC333; }

 p { color: rgb(205,195,51); }

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

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

 a { background-color: rgb(205,195,51); }

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

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

 span { border-color: rgb(205,195,51); }

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