Shades of Sulu #CCDD88
Tints of Sulu #CCDD88
RGB
CMYK
RGB Variations
Color information
#CCDD88 (or 0xCCDD88) is known color: Sulu. HEX triplet: CC, DD and 88. RGB value is (204,221,136). Sum of RGB (Red+Green+Blue) = 204+221+136=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD88 is #332277. Grayscale: #CECECE. Windows color (decimal): -3351160 or 8969676. OLE color: 8969676.
HSL color Cylindrical-coordinate representation of color #CCDD88: hue angle of 72º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCDD88 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 136 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.13 |
| HSL | 72º | 0.56% | 0.7% | - |
| HSV(B) | 72º | 0.38% | 0.87% | - |
| XYZ | 55.2 | 66.33 | 33.19 | - |
| YUV | 206.23 | 88.37 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 136 | 0.08 | 0 | 0.38 | 0.13 | 72 | 0.56 | 0.7 |
| Hex | CC | DD | 88 | 8 | 0 | 26 | D | 48 | 38 | 46 |
| Octal | 314 | 335 | 210 | 10 | 0 | 46 | 15 | 110 | 70 | 106 |
| Binary | 11001100 | 11011101 | 10001000 | 1000 | 0 | 100110 | 1101 | 1001000 | 111000 | 1000110 |
Color Harmonies of #CCDD88
Complementary color
Monochromatic Colors of #CCDD88
Black with #CCDD88
Text Example
Text Example
White with #CCDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD88; }
p { color: rgb(204,221,136); }
H1.HeaderClassName
{
color: #CCDD88;
}
.AnyTagClassName
{
color: #CCDD88;
}
</style>
background-color css
<style>
a { background-color: #CCDD88; }
a { background-color: rgb(204,221,136); }
div.DivClassName
{
background-color: #CCDD88;
}
.BgClassName
{
background-color: #CCDD88;
}
</style>
border-color css
<style>
span { border-color: #CCDD88; }
span { border-color: rgb(204,221,136); }
td.TdClassName
{
border-color: #CCDD88;
}
.TagClassName
{
border-color: #CCDD88;
}
</style>