Shades of Deco #CBD57D
Tints of Deco #CBD57D
RGB
CMYK
RGB Variations
Color information
#CBD57D (or 0xCBD57D) is known color: Deco. HEX triplet: CB, D5 and 7D. RGB value is (203,213,125). Sum of RGB (Red+Green+Blue) = 203+213+125=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD57D is #342A82. Grayscale: #C8C8C8. Windows color (decimal): -3418755 or 8246731. OLE color: 8246731.
HSL color Cylindrical-coordinate representation of color #CBD57D: hue angle of 66.82º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBD57D is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 125 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.16 |
| HSL | 66.82º | 0.51% | 0.66% | - |
| HSV(B) | 66.82º | 0.41% | 0.84% | - |
| XYZ | 52.12 | 61.77 | 28.58 | - |
| YUV | 199.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 125 | 0.05 | 0 | 0.41 | 0.16 | 66.82 | 0.51 | 0.66 |
| Hex | CB | D5 | 7D | 5 | 0 | 29 | 10 | 43 | 33 | 42 |
| Octal | 313 | 325 | 175 | 5 | 0 | 51 | 20 | 103 | 63 | 102 |
| Binary | 11001011 | 11010101 | 1111101 | 101 | 0 | 101001 | 10000 | 1000011 | 110011 | 1000010 |
Color Harmonies of #CBD57D
Complementary color
Monochromatic Colors of #CBD57D
Black with #CBD57D
Text Example
Text Example
White with #CBD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD57D; }
p { color: rgb(203,213,125); }
H1.HeaderClassName
{
color: #CBD57D;
}
.AnyTagClassName
{
color: #CBD57D;
}
</style>
background-color css
<style>
a { background-color: #CBD57D; }
a { background-color: rgb(203,213,125); }
div.DivClassName
{
background-color: #CBD57D;
}
.BgClassName
{
background-color: #CBD57D;
}
</style>
border-color css
<style>
span { border-color: #CBD57D; }
span { border-color: rgb(203,213,125); }
td.TdClassName
{
border-color: #CBD57D;
}
.TagClassName
{
border-color: #CBD57D;
}
</style>