#D7CF49

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

Shades of Confetti #D7CF49

Tints of Confetti #D7CF49

Color information

#D7CF49 (or 0xD7CF49) is unknown color: approx Confetti. HEX triplet: D7, CF and 49. RGB value is (215,207,73). Sum of RGB (Red+Green+Blue) = 215+207+73=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CF49 is #2830B6. Grayscale: #C2C2C2. Windows color (decimal): -2633911 or 4837335. OLE color: 4837335.

HSL color Cylindrical-coordinate representation of color #D7CF49: hue angle of 56.62º 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 #D7CF49 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21520773-
CMYK00.040.660.16
HSL56.62º63.96%56.47%-
HSV(B)56.62º66.05%84.31%-
XYZ51.5459.5515.08-
YUV194.1259.65142.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 73 (28.91% from 255) = 14.75%
R=43.43%
G=41.82%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152077300.040.660.1656.6263.9656.47
HexD7CF49044210394038
Octal32731711104102207110070
Binary1101011111001111100100101001000010100001110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CF49; }

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

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

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

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

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

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

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

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