#DAD748

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

Shades of Confetti #DAD748

Tints of Confetti #DAD748

Color information

#DAD748 (or 0xDAD748) is unknown color: approx Confetti. HEX triplet: DA, D7 and 48. RGB value is (218,215,72). Sum of RGB (Red+Green+Blue) = 218+215+72=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD748 is #2528B7. Grayscale: #C8C8C8. Windows color (decimal): -2435256 or 4773850. OLE color: 4773850.

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

Color convert

RGB21821572-
CMYK00.010.670.15
HSL58.77º66.36%56.86%-
HSV(B)58.77º66.97%85.49%-
XYZ54.3863.9715.61-
YUV199.655.99141.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 215 (84.38% from 255) = 42.57%
BLUE value IS 72 (28.52% from 255) = 14.26%
R=43.17%
G=42.57%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182157200.010.670.1558.7766.3656.86
HexDAD7480143F3b4239
Octal33232711001103177310271
Binary1101101011010111100100001100001111111110111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD748; }

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

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

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

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

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

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

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

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