Shades of Deco #CFD58B
Tints of Deco #CFD58B
RGB
CMYK
RGB Variations
Color information
#CFD58B (or 0xCFD58B) is known color: Deco. HEX triplet: CF, D5 and 8B. RGB value is (207,213,139). Sum of RGB (Red+Green+Blue) = 207+213+139=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD58B is #302A74. Grayscale: #CBCBCB. Windows color (decimal): -3156597 or 9164239. OLE color: 9164239.
HSL color Cylindrical-coordinate representation of color #CFD58B: hue angle of 64.86º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFD58B is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 139 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.16 |
| HSL | 64.86º | 0.47% | 0.69% | - |
| HSV(B) | 64.86º | 0.35% | 0.84% | - |
| XYZ | 54.19 | 62.72 | 33.68 | - |
| YUV | 202.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 139 | 0.03 | 0 | 0.35 | 0.16 | 64.86 | 0.47 | 0.69 |
| Hex | CF | D5 | 8B | 3 | 0 | 23 | 10 | 41 | 2F | 45 |
| Octal | 317 | 325 | 213 | 3 | 0 | 43 | 20 | 101 | 57 | 105 |
| Binary | 11001111 | 11010101 | 10001011 | 11 | 0 | 100011 | 10000 | 1000001 | 101111 | 1000101 |
Color Harmonies of #CFD58B
Complementary color
Monochromatic Colors of #CFD58B
Black with #CFD58B
Text Example
Text Example
White with #CFD58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD58B; }
p { color: rgb(207,213,139); }
H1.HeaderClassName
{
color: #CFD58B;
}
.AnyTagClassName
{
color: #CFD58B;
}
</style>
background-color css
<style>
a { background-color: #CFD58B; }
a { background-color: rgb(207,213,139); }
div.DivClassName
{
background-color: #CFD58B;
}
.BgClassName
{
background-color: #CFD58B;
}
</style>
border-color css
<style>
span { border-color: #CFD58B; }
span { border-color: rgb(207,213,139); }
td.TdClassName
{
border-color: #CFD58B;
}
.TagClassName
{
border-color: #CFD58B;
}
</style>