#D9CA46

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

Shades of Confetti #D9CA46

Tints of Confetti #D9CA46

Color information

#D9CA46 (or 0xD9CA46) is unknown color: approx Confetti. HEX triplet: D9, CA and 46. RGB value is (217,202,70). Sum of RGB (Red+Green+Blue) = 217+202+70=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CA46 is #2635B9. Grayscale: #BFBFBF. Windows color (decimal): -2504122 or 4639449. OLE color: 4639449.

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

Color convert

RGB21720270-
CMYK00.070.680.15
HSL53.88º65.92%56.27%-
HSV(B)53.88º67.74%85.1%-
XYZ50.8457.4314.2-
YUV191.4459.47146.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 70 (27.73% from 255) = 14.31%
R=44.38%
G=41.31%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172027000.070.680.1553.8865.9256.27
HexD9CA460744F364238
Octal33131210607104176610270
Binary110110011100101010001100111100010011111101101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA46; }

 p { color: rgb(217,202,70); }

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

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

 a { background-color: rgb(217,202,70); }

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

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

 span { border-color: rgb(217,202,70); }

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