Shades of Wattle #CCCC3D
Tints of Wattle #CCCC3D
RGB
CMYK
RGB Variations
Color information
#CCCC3D (or 0xCCCC3D) is known color: Wattle. HEX triplet: CC, CC and 3D. RGB value is (204,204,61). Sum of RGB (Red+Green+Blue) = 204+204+61=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC3D is #3333C2. Grayscale: #BCBCBC. Windows color (decimal): -3355587 or 4050124. OLE color: 4050124.
HSL color Cylindrical-coordinate representation of color #CCCC3D: hue angle of 60º degrees, saturation: 0.58, 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 #CCCC3D is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 61 | - |
CMYK | 0 | 0 | 0.70 | 0.2 |
HSL | 60º | 0.58% | 0.52% | - |
HSV(B) | 60º | 0.7% | 0.8% | - |
XYZ | 47.34 | 56.36 | 12.8 | - |
YUV | 187.7 | 56.5 | 139.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 61 | 0 | 0 | 0.70 | 0.2 | 60 | 0.58 | 0.52 |
Hex | CC | CC | 3D | 0 | 0 | 46 | 14 | 3C | 3A | 34 |
Octal | 314 | 314 | 75 | 0 | 0 | 106 | 24 | 74 | 72 | 64 |
Binary | 11001100 | 11001100 | 111101 | 0 | 0 | 1000110 | 10100 | 111100 | 111010 | 110100 |
Color Harmonies of #CCCC3D
Complementary color
Monochromatic Colors of #CCCC3D
Black with #CCCC3D
Text Example
Text Example
White with #CCCC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC3D; }
p { color: rgb(204,204,61); }
H1.HeaderClassName
{
color: #CCCC3D;
}
.AnyTagClassName
{
color: #CCCC3D;
}
</style>
background-color css
<style>
a { background-color: #CCCC3D; }
a { background-color: rgb(204,204,61); }
div.DivClassName
{
background-color: #CCCC3D;
}
.BgClassName
{
background-color: #CCCC3D;
}
</style>
border-color css
<style>
span { border-color: #CCCC3D; }
span { border-color: rgb(204,204,61); }
td.TdClassName
{
border-color: #CCCC3D;
}
.TagClassName
{
border-color: #CCCC3D;
}
</style>