#D5D44A

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

Shades of Confetti #D5D44A

Tints of Confetti #D5D44A

Color information

#D5D44A (or 0xD5D44A) is unknown color: approx Confetti. HEX triplet: D5, D4 and 4A. RGB value is (213,212,74). Sum of RGB (Red+Green+Blue) = 213+212+74=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D44A is #2A2BB5. Grayscale: #C5C5C5. Windows color (decimal): -2763702 or 4904149. OLE color: 4904149.

HSL color Cylindrical-coordinate representation of color #D5D44A: hue angle of 59.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5D44A is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB21321274-
CMYK00.000.650.16
HSL59.57º62.33%56.27%-
HSV(B)59.57º65.26%83.53%-
XYZ52.2261.7315.64-
YUV196.5758.83139.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.69%
GREEN value IS 212 (83.20% from 255) = 42.48%
BLUE value IS 74 (29.30% from 255) = 14.83%
R=42.69%
G=42.48%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132127400.000.650.1659.5762.3356.27
HexD5D44A0041103c3e38
Octal3253241120010120747670
Binary1101010111010100100101000100000110000111100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D44A; }

 p { color: rgb(213,212,74); }

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

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

 a { background-color: rgb(213,212,74); }

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

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

 span { border-color: rgb(213,212,74); }

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