#D0CD54

Color #D0CD54 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #D0CD54

Tints of Confetti #D0CD54

Color information

#D0CD54 (or 0xD0CD54) is unknown color: approx Confetti. HEX triplet: D0, CD and 54. RGB value is (208,205,84). Sum of RGB (Red+Green+Blue) = 208+205+84=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD54 is #2F32AB. Grayscale: #C0C0C0. Windows color (decimal): -3093164 or 5557712. OLE color: 5557712.

HSL color Cylindrical-coordinate representation of color #D0CD54: hue angle of 58.55º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0CD54 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB20820584-
CMYK00.010.600.18
HSL58.55º56.88%57.25%-
HSV(B)58.55º59.62%81.57%-
XYZ49.4457.7116.92-
YUV192.166.99139.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 84 (33.20% from 255) = 16.90%
R=41.85%
G=41.25%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082058400.010.600.1858.5556.8857.25
HexD0CD54013C123b3939
Octal320315124017422737171
Binary110100001100110110101000111110010010111011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD54; }

 p { color: rgb(208,205,84); }

 H1.HeaderClassName
 {
   color: #D0CD54;
 }
 .AnyTagClassName
 {
   color: #D0CD54;
 }
</style>
background-color css

<style>
 a { background-color: #D0CD54; }

 a { background-color: rgb(208,205,84); }

 div.DivClassName
 {
   background-color: #D0CD54;
 }
 .BgClassName
 {
   background-color: #D0CD54;
 }
</style>
border-color css

<style>
 span { border-color: #D0CD54; }

 span { border-color: rgb(208,205,84); }

 td.TdClassName
 {
   border-color: #D0CD54;
 }
 .TagClassName
 {
   border-color: #D0CD54;
 }
</style>