Shades of Manz #CDDF53
Tints of Manz #CDDF53
RGB
CMYK
RGB Variations
Color information
#CDDF53 (or 0xCDDF53) is known color: Manz. HEX triplet: CD, DF and 53. RGB value is (205,223,83). Sum of RGB (Red+Green+Blue) = 205+223+83=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF53 is #3220AC. Grayscale: #CACACA. Windows color (decimal): -3285165 or 5496781. OLE color: 5496781.
HSL color Cylindrical-coordinate representation of color #CDDF53: hue angle of 67.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDDF53 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 83 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.13 |
| HSL | 67.71º | 0.69% | 0.6% | - |
| HSV(B) | 67.71º | 0.63% | 0.87% | - |
| XYZ | 53.13 | 66.38 | 18.2 | - |
| YUV | 201.66 | 61.04 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 83 | 0.08 | 0 | 0.63 | 0.13 | 67.71 | 0.69 | 0.6 |
| Hex | CD | DF | 53 | 8 | 0 | 3F | D | 44 | 45 | 3C |
| Octal | 315 | 337 | 123 | 10 | 0 | 77 | 15 | 104 | 105 | 74 |
| Binary | 11001101 | 11011111 | 1010011 | 1000 | 0 | 111111 | 1101 | 1000100 | 1000101 | 111100 |
Color Harmonies of #CDDF53
Complementary color
Monochromatic Colors of #CDDF53
Black with #CDDF53
Text Example
Text Example
White with #CDDF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF53; }
p { color: rgb(205,223,83); }
H1.HeaderClassName
{
color: #CDDF53;
}
.AnyTagClassName
{
color: #CDDF53;
}
</style>
background-color css
<style>
a { background-color: #CDDF53; }
a { background-color: rgb(205,223,83); }
div.DivClassName
{
background-color: #CDDF53;
}
.BgClassName
{
background-color: #CDDF53;
}
</style>
border-color css
<style>
span { border-color: #CDDF53; }
span { border-color: rgb(205,223,83); }
td.TdClassName
{
border-color: #CDDF53;
}
.TagClassName
{
border-color: #CDDF53;
}
</style>