#d9c045

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

Shades of Confetti #D9C045

Tints of Confetti #D9C045

Color information

#D9C045 (or 0xD9C045) is unknown color: approx Confetti. HEX triplet: D9, C0 and 45. RGB value is (217,192,69). Sum of RGB (Red+Green+Blue) = 217+192+69=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C045 is #263FBA. Grayscale: #B9B9B9. Windows color (decimal): -2506683 or 4571353. OLE color: 4571353.

HSL color Cylindrical-coordinate representation of color #D9C045: hue angle of 49.86º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9C045 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB21719269-
CMYK00.120.680.15
HSL49.86º66.07%56.08%-
HSV(B)49.86º68.2%85.1%-
XYZ48.5452.8813.28-
YUV185.4562.28150.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 192 (75.39% from 255) = 40.17%
BLUE value IS 69 (27.34% from 255) = 14.44%
R=45.40%
G=40.17%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171926900.120.680.1549.8666.0756.08
HexD9C0450C44F324238
Octal331300105014104176210270
Binary1101100111000000100010101100100010011111100101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9c045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9c045; }

 p { color: rgb(217,192,69); }

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

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

 a { background-color: rgb(217,192,69); }

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

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

 span { border-color: rgb(217,192,69); }

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