#CDCC3F

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

Shades of Wattle #CDCC3F

Tints of Wattle #CDCC3F

Color information

#CDCC3F (or 0xCDCC3F) is unknown color: approx Wattle. HEX triplet: CD, CC and 3F. RGB value is (205,204,63). Sum of RGB (Red+Green+Blue) = 205+204+63=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCC3F is #3233C0. Grayscale: #BCBCBC. Windows color (decimal): -3290049 or 4181197. OLE color: 4181197.

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

Color convert

RGB20520463-
CMYK00.000.690.20
HSL59.58º58.68%52.55%-
HSV(B)59.58º69.27%80.39%-
XYZ47.6756.5213.1-
YUV188.2257.33139.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 204 (80.08% from 255) = 43.22%
BLUE value IS 63 (25% from 255) = 13.35%
R=43.43%
G=43.22%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052046300.000.690.2059.5858.6852.55
HexCDCC3F0045143c3b35
Octal315314770010524747365
Binary110011011100110011111100100010110100111100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC3F; }

 p { color: rgb(205,204,63); }

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

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

 a { background-color: rgb(205,204,63); }

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

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

 span { border-color: rgb(205,204,63); }

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