Shades of Barberry #CDD80F
Tints of Barberry #CDD80F
RGB
CMYK
RGB Variations
Color information
#CDD80F (or 0xCDD80F) is known color: Barberry. HEX triplet: CD, D8 and 0F. RGB value is (205,216,15). Sum of RGB (Red+Green+Blue) = 205+216+15=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD80F is #3227F0. Grayscale: #BEBEBE. Windows color (decimal): -3287025 or 1038541. OLE color: 1038541.
HSL color Cylindrical-coordinate representation of color #CDD80F: hue angle of 63.28º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDD80F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 15 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.15 |
| HSL | 63.28º | 0.87% | 0.45% | - |
| HSV(B) | 63.28º | 0.93% | 0.85% | - |
| XYZ | 49.82 | 62.13 | 9.82 | - |
| YUV | 189.8 | 29.36 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 15 | 0.05 | 0 | 0.93 | 0.15 | 63.28 | 0.87 | 0.45 |
| Hex | CD | D8 | F | 5 | 0 | 5D | F | 3F | 57 | 2D |
| Octal | 315 | 330 | 17 | 5 | 0 | 135 | 17 | 77 | 127 | 55 |
| Binary | 11001101 | 11011000 | 1111 | 101 | 0 | 1011101 | 1111 | 111111 | 1010111 | 101101 |
Color Harmonies of #CDD80F
Complementary color
Monochromatic Colors of #CDD80F
Black with #CDD80F
Text Example
Text Example
White with #CDD80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD80F; }
p { color: rgb(205,216,15); }
H1.HeaderClassName
{
color: #CDD80F;
}
.AnyTagClassName
{
color: #CDD80F;
}
</style>
background-color css
<style>
a { background-color: #CDD80F; }
a { background-color: rgb(205,216,15); }
div.DivClassName
{
background-color: #CDD80F;
}
.BgClassName
{
background-color: #CDD80F;
}
</style>
border-color css
<style>
span { border-color: #CDD80F; }
span { border-color: rgb(205,216,15); }
td.TdClassName
{
border-color: #CDD80F;
}
.TagClassName
{
border-color: #CDD80F;
}
</style>