Shades of Deco #CFD281
Tints of Deco #CFD281
RGB
CMYK
RGB Variations
Color information
#CFD281 (or 0xCFD281) is known color: Deco. HEX triplet: CF, D2 and 81. RGB value is (207,210,129). Sum of RGB (Red+Green+Blue) = 207+210+129=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD281 is #302D7E. Grayscale: #C8C8C8. Windows color (decimal): -3157375 or 8508111. OLE color: 8508111.
HSL color Cylindrical-coordinate representation of color #CFD281: hue angle of 62.22º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFD281 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 129 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.18 |
| HSL | 62.22º | 0.47% | 0.66% | - |
| HSV(B) | 62.22º | 0.39% | 0.82% | - |
| XYZ | 52.74 | 60.94 | 29.75 | - |
| YUV | 199.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 129 | 0.01 | 0 | 0.39 | 0.18 | 62.22 | 0.47 | 0.66 |
| Hex | CF | D2 | 81 | 1 | 0 | 27 | 12 | 3E | 2F | 42 |
| Octal | 317 | 322 | 201 | 1 | 0 | 47 | 22 | 76 | 57 | 102 |
| Binary | 11001111 | 11010010 | 10000001 | 1 | 0 | 100111 | 10010 | 111110 | 101111 | 1000010 |
Color Harmonies of #CFD281
Complementary color
Monochromatic Colors of #CFD281
Black with #CFD281
Text Example
Text Example
White with #CFD281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD281; }
p { color: rgb(207,210,129); }
H1.HeaderClassName
{
color: #CFD281;
}
.AnyTagClassName
{
color: #CFD281;
}
</style>
background-color css
<style>
a { background-color: #CFD281; }
a { background-color: rgb(207,210,129); }
div.DivClassName
{
background-color: #CFD281;
}
.BgClassName
{
background-color: #CFD281;
}
</style>
border-color css
<style>
span { border-color: #CFD281; }
span { border-color: rgb(207,210,129); }
td.TdClassName
{
border-color: #CFD281;
}
.TagClassName
{
border-color: #CFD281;
}
</style>