#D9CD45

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

Shades of Confetti #D9CD45

Tints of Confetti #D9CD45

Color information

#D9CD45 (or 0xD9CD45) is unknown color: approx Confetti. HEX triplet: D9, CD and 45. RGB value is (217,205,69). Sum of RGB (Red+Green+Blue) = 217+205+69=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CD45 is #2632BA. Grayscale: #C1C1C1. Windows color (decimal): -2503355 or 4574681. OLE color: 4574681.

HSL color Cylindrical-coordinate representation of color #D9CD45: hue angle of 55.14º 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 #D9CD45 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB21720569-
CMYK00.060.680.15
HSL55.14º66.07%56.08%-
HSV(B)55.14º68.2%85.1%-
XYZ51.5258.8414.27-
YUV193.0857.98145.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 69 (27.34% from 255) = 14.05%
R=44.20%
G=41.75%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172056900.060.680.1555.1466.0756.08
HexD9CD450644F374238
Octal33131510506104176710270
Binary110110011100110110001010110100010011111101111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CD45; }

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

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

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

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

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

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

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

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