Shades of Sulu #CDDD91
Tints of Sulu #CDDD91
RGB
CMYK
RGB Variations
Color information
#CDDD91 (or 0xCDDD91) is known color: Sulu. HEX triplet: CD, DD and 91. RGB value is (205,221,145). Sum of RGB (Red+Green+Blue) = 205+221+145=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 145 (57.03% from 255 or 25.39% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD91 is #32226E. Grayscale: #CFCFCF. Windows color (decimal): -3285615 or 9559501. OLE color: 9559501.
HSL color Cylindrical-coordinate representation of color #CDDD91: hue angle of 72.63º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDDD91 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 145 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.13 |
| HSL | 72.63º | 0.53% | 0.72% | - |
| HSV(B) | 72.63º | 0.34% | 0.87% | - |
| XYZ | 56.14 | 66.74 | 36.71 | - |
| YUV | 207.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 145 | 0.07 | 0 | 0.34 | 0.13 | 72.63 | 0.53 | 0.72 |
| Hex | CD | DD | 91 | 7 | 0 | 22 | D | 49 | 35 | 48 |
| Octal | 315 | 335 | 221 | 7 | 0 | 42 | 15 | 111 | 65 | 110 |
| Binary | 11001101 | 11011101 | 10010001 | 111 | 0 | 100010 | 1101 | 1001001 | 110101 | 1001000 |
Color Harmonies of #CDDD91
Complementary color
Monochromatic Colors of #CDDD91
Black with #CDDD91
Text Example
Text Example
White with #CDDD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD91; }
p { color: rgb(205,221,145); }
H1.HeaderClassName
{
color: #CDDD91;
}
.AnyTagClassName
{
color: #CDDD91;
}
</style>
background-color css
<style>
a { background-color: #CDDD91; }
a { background-color: rgb(205,221,145); }
div.DivClassName
{
background-color: #CDDD91;
}
.BgClassName
{
background-color: #CDDD91;
}
</style>
border-color css
<style>
span { border-color: #CDDD91; }
span { border-color: rgb(205,221,145); }
td.TdClassName
{
border-color: #CDDD91;
}
.TagClassName
{
border-color: #CDDD91;
}
</style>