Shades of Deco #CEDC7D
Tints of Deco #CEDC7D
RGB
CMYK
RGB Variations
Color information
#CEDC7D (or 0xCEDC7D) is known color: Deco. HEX triplet: CE, DC and 7D. RGB value is (206,220,125). Sum of RGB (Red+Green+Blue) = 206+220+125=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC7D is #312382. Grayscale: #CDCDCD. Windows color (decimal): -3220355 or 8248526. OLE color: 8248526.
HSL color Cylindrical-coordinate representation of color #CEDC7D: hue angle of 68.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEDC7D is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 220 | 125 | - |
CMYK | 0.06 | 0 | 0.43 | 0.14 |
HSL | 68.84º | 0.58% | 0.68% | - |
HSV(B) | 68.84º | 0.43% | 0.86% | - |
XYZ | 54.75 | 65.79 | 29.22 | - |
YUV | 204.98 | 82.86 | 128.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 220 | 125 | 0.06 | 0 | 0.43 | 0.14 | 68.84 | 0.58 | 0.68 |
Hex | CE | DC | 7D | 6 | 0 | 2B | E | 45 | 3A | 44 |
Octal | 316 | 334 | 175 | 6 | 0 | 53 | 16 | 105 | 72 | 104 |
Binary | 11001110 | 11011100 | 1111101 | 110 | 0 | 101011 | 1110 | 1000101 | 111010 | 1000100 |
Color Harmonies of #CEDC7D
Complementary color
Monochromatic Colors of #CEDC7D
Black with #CEDC7D
Text Example
Text Example
White with #CEDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC7D; }
p { color: rgb(206,220,125); }
H1.HeaderClassName
{
color: #CEDC7D;
}
.AnyTagClassName
{
color: #CEDC7D;
}
</style>
background-color css
<style>
a { background-color: #CEDC7D; }
a { background-color: rgb(206,220,125); }
div.DivClassName
{
background-color: #CEDC7D;
}
.BgClassName
{
background-color: #CEDC7D;
}
</style>
border-color css
<style>
span { border-color: #CEDC7D; }
span { border-color: rgb(206,220,125); }
td.TdClassName
{
border-color: #CEDC7D;
}
.TagClassName
{
border-color: #CEDC7D;
}
</style>