#DAD04B

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

Shades of Confetti #DAD04B

Tints of Confetti #DAD04B

Color information

#DAD04B (or 0xDAD04B) is unknown color: approx Confetti. HEX triplet: DA, D0 and 4B. RGB value is (218,208,75). Sum of RGB (Red+Green+Blue) = 218+208+75=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD04B is #252FB4. Grayscale: #C4C4C4. Windows color (decimal): -2437045 or 4968666. OLE color: 4968666.

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

Color convert

RGB21820875-
CMYK00.050.660.15
HSL55.8º65.9%57.45%-
HSV(B)55.8º65.6%85.49%-
XYZ52.7460.5315.56-
YUV195.8359.81143.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 75 (29.69% from 255) = 14.97%
R=43.51%
G=41.52%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182087500.050.660.1555.865.957.45
HexDAD04B0542F384239
Octal33232011305102177010271
Binary110110101101000010010110101100001011111110001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD04B; }

 p { color: rgb(218,208,75); }

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

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

 a { background-color: rgb(218,208,75); }

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

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

 span { border-color: rgb(218,208,75); }

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