#D2C751

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

Shades of Confetti #D2C751

Tints of Confetti #D2C751

Color information

#D2C751 (or 0xD2C751) is unknown color: approx Confetti. HEX triplet: D2, C7 and 51. RGB value is (210,199,81). Sum of RGB (Red+Green+Blue) = 210+199+81=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C751 is #2D38AE. Grayscale: #BDBDBD. Windows color (decimal): -2963631 or 5359570. OLE color: 5359570.

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

Color convert

RGB21019981-
CMYK00.050.610.18
HSL54.88º58.9%57.06%-
HSV(B)54.88º61.43%82.35%-
XYZ48.4955.1415.87-
YUV188.8467.14143.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.86%
GREEN value IS 199 (78.12% from 255) = 40.61%
BLUE value IS 81 (32.03% from 255) = 16.53%
R=42.86%
G=40.61%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101998100.050.610.1854.8858.957.06
HexD2C751053D12373b39
Octal322307121057522677371
Binary11010010110001111010001010111110110010110111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C751; }

 p { color: rgb(210,199,81); }

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

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

 a { background-color: rgb(210,199,81); }

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

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

 span { border-color: rgb(210,199,81); }

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