Shades of Deco #CFD68B
Tints of Deco #CFD68B
RGB
CMYK
RGB Variations
Color information
#CFD68B (or 0xCFD68B) is known color: Deco. HEX triplet: CF, D6 and 8B. RGB value is (207,214,139). Sum of RGB (Red+Green+Blue) = 207+214+139=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD68B is #302974. Grayscale: #CBCBCB. Windows color (decimal): -3156341 or 9164495. OLE color: 9164495.
HSL color Cylindrical-coordinate representation of color #CFD68B: hue angle of 65.6º degrees, saturation: 0.48, 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 #CFD68B is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 139 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.16 |
| HSL | 65.6º | 0.48% | 0.69% | - |
| HSV(B) | 65.6º | 0.35% | 0.84% | - |
| XYZ | 54.44 | 63.22 | 33.76 | - |
| YUV | 203.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 139 | 0.03 | 0 | 0.35 | 0.16 | 65.6 | 0.48 | 0.69 |
| Hex | CF | D6 | 8B | 3 | 0 | 23 | 10 | 42 | 30 | 45 |
| Octal | 317 | 326 | 213 | 3 | 0 | 43 | 20 | 102 | 60 | 105 |
| Binary | 11001111 | 11010110 | 10001011 | 11 | 0 | 100011 | 10000 | 1000010 | 110000 | 1000101 |
Color Harmonies of #CFD68B
Complementary color
Monochromatic Colors of #CFD68B
Black with #CFD68B
Text Example
Text Example
White with #CFD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD68B; }
p { color: rgb(207,214,139); }
H1.HeaderClassName
{
color: #CFD68B;
}
.AnyTagClassName
{
color: #CFD68B;
}
</style>
background-color css
<style>
a { background-color: #CFD68B; }
a { background-color: rgb(207,214,139); }
div.DivClassName
{
background-color: #CFD68B;
}
.BgClassName
{
background-color: #CFD68B;
}
</style>
border-color css
<style>
span { border-color: #CFD68B; }
span { border-color: rgb(207,214,139); }
td.TdClassName
{
border-color: #CFD68B;
}
.TagClassName
{
border-color: #CFD68B;
}
</style>