Shades of Reef #CDDC96
Tints of Reef #CDDC96
RGB
CMYK
RGB Variations
Color information
#CDDC96 (or 0xCDDC96) is known color: Reef. HEX triplet: CD, DC and 96. RGB value is (205,220,150). Sum of RGB (Red+Green+Blue) = 205+220+150=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC96 is #322369. Grayscale: #CFCFCF. Windows color (decimal): -3285866 or 9886925. OLE color: 9886925.
HSL color Cylindrical-coordinate representation of color #CDDC96: hue angle of 72.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDDC96 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 150 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.14 |
| HSL | 72.86º | 0.5% | 0.73% | - |
| HSV(B) | 72.86º | 0.32% | 0.86% | - |
| XYZ | 56.28 | 66.37 | 38.7 | - |
| YUV | 207.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 150 | 0.07 | 0 | 0.32 | 0.14 | 72.86 | 0.5 | 0.73 |
| Hex | CD | DC | 96 | 7 | 0 | 20 | E | 49 | 32 | 49 |
| Octal | 315 | 334 | 226 | 7 | 0 | 40 | 16 | 111 | 62 | 111 |
| Binary | 11001101 | 11011100 | 10010110 | 111 | 0 | 100000 | 1110 | 1001001 | 110010 | 1001001 |
Color Harmonies of #CDDC96
Complementary color
Monochromatic Colors of #CDDC96
Black with #CDDC96
Text Example
Text Example
White with #CDDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC96; }
p { color: rgb(205,220,150); }
H1.HeaderClassName
{
color: #CDDC96;
}
.AnyTagClassName
{
color: #CDDC96;
}
</style>
background-color css
<style>
a { background-color: #CDDC96; }
a { background-color: rgb(205,220,150); }
div.DivClassName
{
background-color: #CDDC96;
}
.BgClassName
{
background-color: #CDDC96;
}
</style>
border-color css
<style>
span { border-color: #CDDC96; }
span { border-color: rgb(205,220,150); }
td.TdClassName
{
border-color: #CDDC96;
}
.TagClassName
{
border-color: #CDDC96;
}
</style>