Shades of Barberry #CDDB0C
Tints of Barberry #CDDB0C
RGB
CMYK
RGB Variations
Color information
#CDDB0C (or 0xCDDB0C) is known color: Barberry. HEX triplet: CD, DB and 0C. RGB value is (205,219,12). Sum of RGB (Red+Green+Blue) = 205+219+12=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB0C is #3224F3. Grayscale: #C0C0C0. Windows color (decimal): -3286260 or 842701. OLE color: 842701.
HSL color Cylindrical-coordinate representation of color #CDDB0C: hue angle of 64.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDDB0C is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 12 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.14 |
| HSL | 64.06º | 0.9% | 0.45% | - |
| HSV(B) | 64.06º | 0.95% | 0.86% | - |
| XYZ | 50.57 | 63.67 | 9.97 | - |
| YUV | 191.22 | 26.86 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 12 | 0.06 | 0 | 0.95 | 0.14 | 64.06 | 0.9 | 0.45 |
| Hex | CD | DB | C | 6 | 0 | 5F | E | 40 | 5A | 2D |
| Octal | 315 | 333 | 14 | 6 | 0 | 137 | 16 | 100 | 132 | 55 |
| Binary | 11001101 | 11011011 | 1100 | 110 | 0 | 1011111 | 1110 | 1000000 | 1011010 | 101101 |
Color Harmonies of #CDDB0C
Complementary color
Monochromatic Colors of #CDDB0C
Black with #CDDB0C
Text Example
Text Example
White with #CDDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB0C; }
p { color: rgb(205,219,12); }
H1.HeaderClassName
{
color: #CDDB0C;
}
.AnyTagClassName
{
color: #CDDB0C;
}
</style>
background-color css
<style>
a { background-color: #CDDB0C; }
a { background-color: rgb(205,219,12); }
div.DivClassName
{
background-color: #CDDB0C;
}
.BgClassName
{
background-color: #CDDB0C;
}
</style>
border-color css
<style>
span { border-color: #CDDB0C; }
span { border-color: rgb(205,219,12); }
td.TdClassName
{
border-color: #CDDB0C;
}
.TagClassName
{
border-color: #CDDB0C;
}
</style>