#D5DA48

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

Shades of Confetti #D5DA48

Tints of Confetti #D5DA48

Color information

#D5DA48 (or 0xD5DA48) is unknown color: approx Confetti. HEX triplet: D5, DA and 48. RGB value is (213,218,72). Sum of RGB (Red+Green+Blue) = 213+218+72=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA48 is #2A25B7. Grayscale: #C8C8C8. Windows color (decimal): -2762168 or 4774613. OLE color: 4774613.

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

Color convert

RGB21321872-
CMYK0.0200.670.15
HSL62.05º66.36%56.86%-
HSV(B)62.05º66.97%85.49%-
XYZ53.6864.7615.8-
YUV199.8655.84137.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 72 (28.52% from 255) = 14.31%
R=42.35%
G=43.34%
B=14.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213218720.0200.670.1562.0566.3656.86
HexD5DA482043F3e4239
Octal32533211020103177610271
Binary11010101110110101001000100100001111111111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DA48; }

 p { color: rgb(213,218,72); }

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

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

 a { background-color: rgb(213,218,72); }

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

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

 span { border-color: rgb(213,218,72); }

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