#D9CC45

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

Shades of Confetti #D9CC45

Tints of Confetti #D9CC45

Color information

#D9CC45 (or 0xD9CC45) is unknown color: approx Confetti. HEX triplet: D9, CC and 45. RGB value is (217,204,69). Sum of RGB (Red+Green+Blue) = 217+204+69=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC45 is #2633BA. Grayscale: #C1C1C1. Windows color (decimal): -2503611 or 4574425. OLE color: 4574425.

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

Color convert

RGB21720469-
CMYK00.060.680.15
HSL54.73º66.07%56.08%-
HSV(B)54.73º68.2%85.1%-
XYZ51.2858.3714.19-
YUV192.558.31145.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 69 (27.34% from 255) = 14.08%
R=44.29%
G=41.63%
B=14.08%

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
Decimal2172046900.060.680.1554.7366.0756.08
HexD9CC450644F374238
Octal33131410506104176710270
Binary110110011100110010001010110100010011111101111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CC45; }

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

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

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

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

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

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

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

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