Shades of Deco #CBDB75
Tints of Deco #CBDB75
RGB
CMYK
RGB Variations
Color information
#CBDB75 (or 0xCBDB75) is known color: Deco. HEX triplet: CB, DB and 75. RGB value is (203,219,117). Sum of RGB (Red+Green+Blue) = 203+219+117=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB75 is #34248A. Grayscale: #CACACA. Windows color (decimal): -3417227 or 7723979. OLE color: 7723979.
HSL color Cylindrical-coordinate representation of color #CBDB75: hue angle of 69.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBDB75 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 117 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.14 |
| HSL | 69.41º | 0.59% | 0.66% | - |
| HSV(B) | 69.41º | 0.47% | 0.86% | - |
| XYZ | 53.17 | 64.64 | 26.5 | - |
| YUV | 202.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 117 | 0.07 | 0 | 0.47 | 0.14 | 69.41 | 0.59 | 0.66 |
| Hex | CB | DB | 75 | 7 | 0 | 2F | E | 45 | 3B | 42 |
| Octal | 313 | 333 | 165 | 7 | 0 | 57 | 16 | 105 | 73 | 102 |
| Binary | 11001011 | 11011011 | 1110101 | 111 | 0 | 101111 | 1110 | 1000101 | 111011 | 1000010 |
Color Harmonies of #CBDB75
Complementary color
Monochromatic Colors of #CBDB75
Black with #CBDB75
Text Example
Text Example
White with #CBDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB75; }
p { color: rgb(203,219,117); }
H1.HeaderClassName
{
color: #CBDB75;
}
.AnyTagClassName
{
color: #CBDB75;
}
</style>
background-color css
<style>
a { background-color: #CBDB75; }
a { background-color: rgb(203,219,117); }
div.DivClassName
{
background-color: #CBDB75;
}
.BgClassName
{
background-color: #CBDB75;
}
</style>
border-color css
<style>
span { border-color: #CBDB75; }
span { border-color: rgb(203,219,117); }
td.TdClassName
{
border-color: #CBDB75;
}
.TagClassName
{
border-color: #CBDB75;
}
</style>