Shades of Confetti #D0CB4B
Tints of Confetti #D0CB4B
RGB
CMYK
RGB Variations
Color information
#D0CB4B (or 0xD0CB4B) is known color: Confetti. HEX triplet: D0, CB and 4B. RGB value is (208,203,75). Sum of RGB (Red+Green+Blue) = 208+203+75=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB4B is #2F34B4. Grayscale: #BEBEBE. Windows color (decimal): -3093685 or 4967376. OLE color: 4967376.
HSL color Cylindrical-coordinate representation of color #D0CB4B: hue angle of 57.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0CB4B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 75 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.18 |
| HSL | 57.74º | 0.59% | 0.55% | - |
| HSV(B) | 57.74º | 0.64% | 0.82% | - |
| XYZ | 48.64 | 56.63 | 15.02 | - |
| YUV | 189.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 75 | 0 | 0.02 | 0.64 | 0.18 | 57.74 | 0.59 | 0.55 |
| Hex | D0 | CB | 4B | 0 | 2 | 40 | 12 | 3A | 3B | 37 |
| Octal | 320 | 313 | 113 | 0 | 2 | 100 | 22 | 72 | 73 | 67 |
| Binary | 11010000 | 11001011 | 1001011 | 0 | 10 | 1000000 | 10010 | 111010 | 111011 | 110111 |
Color Harmonies of #D0CB4B
Complementary color
Monochromatic Colors of #D0CB4B
Black with #D0CB4B
Text Example
Text Example
White with #D0CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB4B; }
p { color: rgb(208,203,75); }
H1.HeaderClassName
{
color: #D0CB4B;
}
.AnyTagClassName
{
color: #D0CB4B;
}
</style>
background-color css
<style>
a { background-color: #D0CB4B; }
a { background-color: rgb(208,203,75); }
div.DivClassName
{
background-color: #D0CB4B;
}
.BgClassName
{
background-color: #D0CB4B;
}
</style>
border-color css
<style>
span { border-color: #D0CB4B; }
span { border-color: rgb(208,203,75); }
td.TdClassName
{
border-color: #D0CB4B;
}
.TagClassName
{
border-color: #D0CB4B;
}
</style>