Shades of Deco #CFD68A
Tints of Deco #CFD68A
RGB
CMYK
RGB Variations
Color information
#CFD68A (or 0xCFD68A) is known color: Deco. HEX triplet: CF, D6 and 8A. RGB value is (207,214,138). Sum of RGB (Red+Green+Blue) = 207+214+138=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD68A is #302975. Grayscale: #CBCBCB. Windows color (decimal): -3156342 or 9098959. OLE color: 9098959.
HSL color Cylindrical-coordinate representation of color #CFD68A: hue angle of 65.53º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFD68A is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 138 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.16 |
| HSL | 65.53º | 0.48% | 0.69% | - |
| HSV(B) | 65.53º | 0.36% | 0.84% | - |
| XYZ | 54.37 | 63.19 | 33.38 | - |
| YUV | 203.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 138 | 0.03 | 0 | 0.36 | 0.16 | 65.53 | 0.48 | 0.69 |
| Hex | CF | D6 | 8A | 3 | 0 | 24 | 10 | 42 | 30 | 45 |
| Octal | 317 | 326 | 212 | 3 | 0 | 44 | 20 | 102 | 60 | 105 |
| Binary | 11001111 | 11010110 | 10001010 | 11 | 0 | 100100 | 10000 | 1000010 | 110000 | 1000101 |
Color Harmonies of #CFD68A
Complementary color
Monochromatic Colors of #CFD68A
Black with #CFD68A
Text Example
Text Example
White with #CFD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD68A; }
p { color: rgb(207,214,138); }
H1.HeaderClassName
{
color: #CFD68A;
}
.AnyTagClassName
{
color: #CFD68A;
}
</style>
background-color css
<style>
a { background-color: #CFD68A; }
a { background-color: rgb(207,214,138); }
div.DivClassName
{
background-color: #CFD68A;
}
.BgClassName
{
background-color: #CFD68A;
}
</style>
border-color css
<style>
span { border-color: #CFD68A; }
span { border-color: rgb(207,214,138); }
td.TdClassName
{
border-color: #CFD68A;
}
.TagClassName
{
border-color: #CFD68A;
}
</style>