#DAD245

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

Shades of Confetti #DAD245

Tints of Confetti #DAD245

Color information

#DAD245 (or 0xDAD245) is unknown color: approx Confetti. HEX triplet: DA, D2 and 45. RGB value is (218,210,69). Sum of RGB (Red+Green+Blue) = 218+210+69=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD245 is #252DBA. Grayscale: #C4C4C4. Windows color (decimal): -2436539 or 4575962. OLE color: 4575962.

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

Color convert

RGB21821069-
CMYK00.040.680.15
HSL56.78º66.82%56.27%-
HSV(B)56.78º68.35%85.49%-
XYZ53.0361.4314.69-
YUV196.3256.15143.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 69 (27.34% from 255) = 13.88%
R=43.86%
G=42.25%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182106900.040.680.1556.7866.8256.27
HexDAD2450444F394338
Octal33232210504104177110370
Binary110110101101001010001010100100010011111110011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD245; }

 p { color: rgb(218,210,69); }

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

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

 a { background-color: rgb(218,210,69); }

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

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

 span { border-color: rgb(218,210,69); }

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