#D8D053

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

Shades of Confetti #D8D053

Tints of Confetti #D8D053

Color information

#D8D053 (or 0xD8D053) is unknown color: approx Confetti. HEX triplet: D8, D0 and 53. RGB value is (216,208,83). Sum of RGB (Red+Green+Blue) = 216+208+83=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D053 is #272FAC. Grayscale: #C4C4C4. Windows color (decimal): -2568109 or 5492952. OLE color: 5492952.

HSL color Cylindrical-coordinate representation of color #D8D053: hue angle of 56.39º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8D053 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21620883-
CMYK00.040.620.15
HSL56.39º63.03%58.63%-
HSV(B)56.39º61.57%84.71%-
XYZ52.4460.3417.07-
YUV196.1464.15142.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.60%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 83 (32.81% from 255) = 16.37%
R=42.60%
G=41.03%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162088300.040.620.1556.3963.0358.63
HexD8D053043EF383f3b
Octal330320123047617707773
Binary1101100011010000101001101001111101111111000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D053; }

 p { color: rgb(216,208,83); }

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

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

 a { background-color: rgb(216,208,83); }

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

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

 span { border-color: rgb(216,208,83); }

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