Shades of Deco #CFD481
Tints of Deco #CFD481
RGB
CMYK
RGB Variations
Color information
#CFD481 (or 0xCFD481) is known color: Deco. HEX triplet: CF, D4 and 81. RGB value is (207,212,129). Sum of RGB (Red+Green+Blue) = 207+212+129=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD481 is #302B7E. Grayscale: #C9C9C9. Windows color (decimal): -3156863 or 8508623. OLE color: 8508623.
HSL color Cylindrical-coordinate representation of color #CFD481: hue angle of 63.61º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFD481 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 129 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.17 |
| HSL | 63.61º | 0.49% | 0.67% | - |
| HSV(B) | 63.61º | 0.39% | 0.83% | - |
| XYZ | 53.24 | 61.94 | 29.92 | - |
| YUV | 201.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 129 | 0.02 | 0 | 0.39 | 0.17 | 63.61 | 0.49 | 0.67 |
| Hex | CF | D4 | 81 | 2 | 0 | 27 | 11 | 40 | 31 | 43 |
| Octal | 317 | 324 | 201 | 2 | 0 | 47 | 21 | 100 | 61 | 103 |
| Binary | 11001111 | 11010100 | 10000001 | 10 | 0 | 100111 | 10001 | 1000000 | 110001 | 1000011 |
Color Harmonies of #CFD481
Complementary color
Monochromatic Colors of #CFD481
Black with #CFD481
Text Example
Text Example
White with #CFD481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD481; }
p { color: rgb(207,212,129); }
H1.HeaderClassName
{
color: #CFD481;
}
.AnyTagClassName
{
color: #CFD481;
}
</style>
background-color css
<style>
a { background-color: #CFD481; }
a { background-color: rgb(207,212,129); }
div.DivClassName
{
background-color: #CFD481;
}
.BgClassName
{
background-color: #CFD481;
}
</style>
border-color css
<style>
span { border-color: #CFD481; }
span { border-color: rgb(207,212,129); }
td.TdClassName
{
border-color: #CFD481;
}
.TagClassName
{
border-color: #CFD481;
}
</style>