Shades of Barberry #C8C31D
Tints of Barberry #C8C31D
RGB
CMYK
RGB Variations
Color information
#C8C31D (or 0xC8C31D) is known color: Barberry. HEX triplet: C8, C3 and 1D. RGB value is (200,195,29). Sum of RGB (Red+Green+Blue) = 200+195+29=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C31D is #373CE2. Grayscale: #B2B2B2. Windows color (decimal): -3620067 or 1950664. OLE color: 1950664.
HSL color Cylindrical-coordinate representation of color #C8C31D: hue angle of 58.25º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8C31D is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 195 | 29 | - |
CMYK | 0 | 0.02 | 0.86 | 0.22 |
HSL | 58.25º | 0.75% | 0.45% | - |
HSV(B) | 58.25º | 0.86% | 0.78% | - |
XYZ | 43.56 | 51.4 | 8.79 | - |
YUV | 177.57 | 44.16 | 144 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 195 | 29 | 0 | 0.02 | 0.86 | 0.22 | 58.25 | 0.75 | 0.45 |
Hex | C8 | C3 | 1D | 0 | 2 | 56 | 16 | 3A | 4B | 2D |
Octal | 310 | 303 | 35 | 0 | 2 | 126 | 26 | 72 | 113 | 55 |
Binary | 11001000 | 11000011 | 11101 | 0 | 10 | 1010110 | 10110 | 111010 | 1001011 | 101101 |
Color Harmonies of #C8C31D
Complementary color
Monochromatic Colors of #C8C31D
Black with #C8C31D
Text Example
Text Example
White with #C8C31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C31D; }
p { color: rgb(200,195,29); }
H1.HeaderClassName
{
color: #C8C31D;
}
.AnyTagClassName
{
color: #C8C31D;
}
</style>
background-color css
<style>
a { background-color: #C8C31D; }
a { background-color: rgb(200,195,29); }
div.DivClassName
{
background-color: #C8C31D;
}
.BgClassName
{
background-color: #C8C31D;
}
</style>
border-color css
<style>
span { border-color: #C8C31D; }
span { border-color: rgb(200,195,29); }
td.TdClassName
{
border-color: #C8C31D;
}
.TagClassName
{
border-color: #C8C31D;
}
</style>