Shades of Deco #CFDB7A
Tints of Deco #CFDB7A
RGB
CMYK
RGB Variations
Color information
#CFDB7A (or 0xCFDB7A) is known color: Deco. HEX triplet: CF, DB and 7A. RGB value is (207,219,122). Sum of RGB (Red+Green+Blue) = 207+219+122=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB7A is #302485. Grayscale: #CCCCCC. Windows color (decimal): -3155078 or 8051663. OLE color: 8051663.
HSL color Cylindrical-coordinate representation of color #CFDB7A: hue angle of 67.42º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFDB7A is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 122 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.14 |
| HSL | 67.42º | 0.57% | 0.67% | - |
| HSV(B) | 67.42º | 0.44% | 0.86% | - |
| XYZ | 54.58 | 65.33 | 28.15 | - |
| YUV | 204.35 | 81.52 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 122 | 0.05 | 0 | 0.44 | 0.14 | 67.42 | 0.57 | 0.67 |
| Hex | CF | DB | 7A | 5 | 0 | 2C | E | 43 | 39 | 43 |
| Octal | 317 | 333 | 172 | 5 | 0 | 54 | 16 | 103 | 71 | 103 |
| Binary | 11001111 | 11011011 | 1111010 | 101 | 0 | 101100 | 1110 | 1000011 | 111001 | 1000011 |
Color Harmonies of #CFDB7A
Complementary color
Monochromatic Colors of #CFDB7A
Black with #CFDB7A
Text Example
Text Example
White with #CFDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB7A; }
p { color: rgb(207,219,122); }
H1.HeaderClassName
{
color: #CFDB7A;
}
.AnyTagClassName
{
color: #CFDB7A;
}
</style>
background-color css
<style>
a { background-color: #CFDB7A; }
a { background-color: rgb(207,219,122); }
div.DivClassName
{
background-color: #CFDB7A;
}
.BgClassName
{
background-color: #CFDB7A;
}
</style>
border-color css
<style>
span { border-color: #CFDB7A; }
span { border-color: rgb(207,219,122); }
td.TdClassName
{
border-color: #CFDB7A;
}
.TagClassName
{
border-color: #CFDB7A;
}
</style>