Html Css Color HEX #DAD849 Confetti

📋 copy color: '#DAD849'

red 218 ◦ green 216 ◦ blue 73

#DAD849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #DAD849

Tints of Confetti #DAD849

RGB

 RED value IS 218 (85.55% from 255) = 43%

 GREEN value IS 216 (84.77% from 255) = 42.6%

 BLUE value IS 73 (28.91% from 255) = 14.4%

R = 43%
G = 42.6%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAD849 (or 0xDAD849) is known color: Confetti. HEX triplet: DA, D8 and 49. RGB value is (218,216,73). Sum of RGB (Red+Green+Blue) = 218+216+73=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD849 is #2527B6. Grayscale: #C8C8C8. Windows color (decimal): -2434999 or 4839642. OLE color: 4839642.

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

Color convert

RGB 218 216 73 -
CMYK 0 0.01 0.67 0.15
HSL 59.17º 0.66% 0.57% -
HSV(B) 59.17º 0.67% 0.85% -
XYZ 54.67 64.5 15.87 -
YUV 200.3 56.16 140.63 -
System Red Green Blue C M Y K H S L
Decimal 218 216 73 0 0.01 0.67 0.15 59.17 0.66 0.57
Hex DA D8 49 0 1 43 F 3B 42 39
Octal 332 330 111 0 1 103 17 73 102 71
Binary 11011010 11011000 1001001 0 1 1000011 1111 111011 1000010 111001

Color Harmonies of #DAD849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD849

Black with #DAD849

Text Example


Text Example

White with #DAD849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD849; }

 p { color: rgb(218,216,73); }

 H1.HeaderClassName
 {
   color: #DAD849;
 }
 .AnyTagClassName
 {
   color: #DAD849;
 }
</style>

background-color css

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

 a { background-color: rgb(218,216,73); }

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

border-color css

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

 span { border-color: rgb(218,216,73); }

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