Shades of Deco #CFD17A
Tints of Deco #CFD17A
RGB
CMYK
RGB Variations
Color information
#CFD17A (or 0xCFD17A) is known color: Deco. HEX triplet: CF, D1 and 7A. RGB value is (207,209,122). Sum of RGB (Red+Green+Blue) = 207+209+122=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD17A is #302E85. Grayscale: #C6C6C6. Windows color (decimal): -3157638 or 8049103. OLE color: 8049103.
HSL color Cylindrical-coordinate representation of color #CFD17A: hue angle of 61.38º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFD17A is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 122 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.18 |
| HSL | 61.38º | 0.49% | 0.65% | - |
| HSV(B) | 61.38º | 0.42% | 0.82% | - |
| XYZ | 52.05 | 60.27 | 27.3 | - |
| YUV | 198.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 122 | 0.01 | 0 | 0.42 | 0.18 | 61.38 | 0.49 | 0.65 |
| Hex | CF | D1 | 7A | 1 | 0 | 2A | 12 | 3D | 31 | 41 |
| Octal | 317 | 321 | 172 | 1 | 0 | 52 | 22 | 75 | 61 | 101 |
| Binary | 11001111 | 11010001 | 1111010 | 1 | 0 | 101010 | 10010 | 111101 | 110001 | 1000001 |
Color Harmonies of #CFD17A
Complementary color
Monochromatic Colors of #CFD17A
Black with #CFD17A
Text Example
Text Example
White with #CFD17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD17A; }
p { color: rgb(207,209,122); }
H1.HeaderClassName
{
color: #CFD17A;
}
.AnyTagClassName
{
color: #CFD17A;
}
</style>
background-color css
<style>
a { background-color: #CFD17A; }
a { background-color: rgb(207,209,122); }
div.DivClassName
{
background-color: #CFD17A;
}
.BgClassName
{
background-color: #CFD17A;
}
</style>
border-color css
<style>
span { border-color: #CFD17A; }
span { border-color: rgb(207,209,122); }
td.TdClassName
{
border-color: #CFD17A;
}
.TagClassName
{
border-color: #CFD17A;
}
</style>