#D7CC49

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

Shades of Confetti #D7CC49

Tints of Confetti #D7CC49

Color information

#D7CC49 (or 0xD7CC49) is unknown color: approx Confetti. HEX triplet: D7, CC and 49. RGB value is (215,204,73). Sum of RGB (Red+Green+Blue) = 215+204+73=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC49 is #2833B6. Grayscale: #C0C0C0. Windows color (decimal): -2634679 or 4836567. OLE color: 4836567.

HSL color Cylindrical-coordinate representation of color #D7CC49: hue angle of 55.35º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7CC49 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21520473-
CMYK00.050.660.16
HSL55.35º63.96%56.47%-
HSV(B)55.35º66.05%84.31%-
XYZ50.8258.1114.84-
YUV192.3660.64144.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.70%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 73 (28.91% from 255) = 14.84%
R=43.70%
G=41.46%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152047300.050.660.1655.3563.9656.47
HexD7CC49054210374038
Octal32731411105102206710070
Binary1101011111001100100100101011000010100001101111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CC49; }

 p { color: rgb(215,204,73); }

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

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

 a { background-color: rgb(215,204,73); }

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

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

 span { border-color: rgb(215,204,73); }

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