Shades of Deco #CBD477
Tints of Deco #CBD477
RGB
CMYK
RGB Variations
Color information
#CBD477 (or 0xCBD477) is known color: Deco. HEX triplet: CB, D4 and 77. RGB value is (203,212,119). Sum of RGB (Red+Green+Blue) = 203+212+119=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD477 is #342B88. Grayscale: #C7C7C7. Windows color (decimal): -3419017 or 7853259. OLE color: 7853259.
HSL color Cylindrical-coordinate representation of color #CBD477: hue angle of 65.81º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBD477 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 119 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.17 |
| HSL | 65.81º | 0.52% | 0.65% | - |
| HSV(B) | 65.81º | 0.44% | 0.83% | - |
| XYZ | 51.5 | 61.12 | 26.53 | - |
| YUV | 198.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 119 | 0.04 | 0 | 0.44 | 0.17 | 65.81 | 0.52 | 0.65 |
| Hex | CB | D4 | 77 | 4 | 0 | 2C | 11 | 42 | 34 | 41 |
| Octal | 313 | 324 | 167 | 4 | 0 | 54 | 21 | 102 | 64 | 101 |
| Binary | 11001011 | 11010100 | 1110111 | 100 | 0 | 101100 | 10001 | 1000010 | 110100 | 1000001 |
Color Harmonies of #CBD477
Complementary color
Monochromatic Colors of #CBD477
Black with #CBD477
Text Example
Text Example
White with #CBD477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD477; }
p { color: rgb(203,212,119); }
H1.HeaderClassName
{
color: #CBD477;
}
.AnyTagClassName
{
color: #CBD477;
}
</style>
background-color css
<style>
a { background-color: #CBD477; }
a { background-color: rgb(203,212,119); }
div.DivClassName
{
background-color: #CBD477;
}
.BgClassName
{
background-color: #CBD477;
}
</style>
border-color css
<style>
span { border-color: #CBD477; }
span { border-color: rgb(203,212,119); }
td.TdClassName
{
border-color: #CBD477;
}
.TagClassName
{
border-color: #CBD477;
}
</style>