Shades of Deco #CFD07B
Tints of Deco #CFD07B
RGB
CMYK
RGB Variations
Color information
#CFD07B (or 0xCFD07B) is known color: Deco. HEX triplet: CF, D0 and 7B. RGB value is (207,208,123). Sum of RGB (Red+Green+Blue) = 207+208+123=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD07B is #302F84. Grayscale: #C6C6C6. Windows color (decimal): -3157893 or 8114383. OLE color: 8114383.
HSL color Cylindrical-coordinate representation of color #CFD07B: hue angle of 60.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFD07B is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 123 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.18 |
| HSL | 60.71º | 0.47% | 0.65% | - |
| HSV(B) | 60.71º | 0.41% | 0.82% | - |
| XYZ | 51.86 | 59.81 | 27.55 | - |
| YUV | 198.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 123 | 0.00 | 0 | 0.41 | 0.18 | 60.71 | 0.47 | 0.65 |
| Hex | CF | D0 | 7B | 0 | 0 | 29 | 12 | 3D | 2F | 41 |
| Octal | 317 | 320 | 173 | 0 | 0 | 51 | 22 | 75 | 57 | 101 |
| Binary | 11001111 | 11010000 | 1111011 | 0 | 0 | 101001 | 10010 | 111101 | 101111 | 1000001 |
Color Harmonies of #CFD07B
Complementary color
Monochromatic Colors of #CFD07B
Black with #CFD07B
Text Example
Text Example
White with #CFD07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD07B; }
p { color: rgb(207,208,123); }
H1.HeaderClassName
{
color: #CFD07B;
}
.AnyTagClassName
{
color: #CFD07B;
}
</style>
background-color css
<style>
a { background-color: #CFD07B; }
a { background-color: rgb(207,208,123); }
div.DivClassName
{
background-color: #CFD07B;
}
.BgClassName
{
background-color: #CFD07B;
}
</style>
border-color css
<style>
span { border-color: #CFD07B; }
span { border-color: rgb(207,208,123); }
td.TdClassName
{
border-color: #CFD07B;
}
.TagClassName
{
border-color: #CFD07B;
}
</style>