Shades of Manz #CFD953
Tints of Manz #CFD953
RGB
CMYK
RGB Variations
Color information
#CFD953 (or 0xCFD953) is known color: Manz. HEX triplet: CF, D9 and 53. RGB value is (207,217,83). Sum of RGB (Red+Green+Blue) = 207+217+83=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD953 is #3026AC. Grayscale: #C7C7C7. Windows color (decimal): -3155629 or 5495247. OLE color: 5495247.
HSL color Cylindrical-coordinate representation of color #CFD953: hue angle of 64.48º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFD953 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 83 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.15 |
| HSL | 64.48º | 0.64% | 0.59% | - |
| HSV(B) | 64.48º | 0.62% | 0.85% | - |
| XYZ | 52.11 | 63.52 | 17.7 | - |
| YUV | 198.73 | 62.69 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 83 | 0.05 | 0 | 0.62 | 0.15 | 64.48 | 0.64 | 0.59 |
| Hex | CF | D9 | 53 | 5 | 0 | 3E | F | 40 | 40 | 3B |
| Octal | 317 | 331 | 123 | 5 | 0 | 76 | 17 | 100 | 100 | 73 |
| Binary | 11001111 | 11011001 | 1010011 | 101 | 0 | 111110 | 1111 | 1000000 | 1000000 | 111011 |
Color Harmonies of #CFD953
Complementary color
Monochromatic Colors of #CFD953
Black with #CFD953
Text Example
Text Example
White with #CFD953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD953; }
p { color: rgb(207,217,83); }
H1.HeaderClassName
{
color: #CFD953;
}
.AnyTagClassName
{
color: #CFD953;
}
</style>
background-color css
<style>
a { background-color: #CFD953; }
a { background-color: rgb(207,217,83); }
div.DivClassName
{
background-color: #CFD953;
}
.BgClassName
{
background-color: #CFD953;
}
</style>
border-color css
<style>
span { border-color: #CFD953; }
span { border-color: rgb(207,217,83); }
td.TdClassName
{
border-color: #CFD953;
}
.TagClassName
{
border-color: #CFD953;
}
</style>