Html Css Color HEX #DAD449 Confetti

📋 copy color: '#DAD449'

red 218 ◦ green 212 ◦ blue 73

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

Shades of Confetti #DAD449

Tints of Confetti #DAD449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.15%

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

R = 43.34%
G = 42.15%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAD449 (or 0xDAD449) is known color: Confetti. HEX triplet: DA, D4 and 49. RGB value is (218,212,73). Sum of RGB (Red+Green+Blue) = 218+212+73=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD449 is #252BB6. Grayscale: #C6C6C6. Windows color (decimal): -2436023 or 4838618. OLE color: 4838618.

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

Color convert

RGB 218 212 73 -
CMYK 0 0.03 0.67 0.15
HSL 57.52º 0.66% 0.57% -
HSV(B) 57.52º 0.67% 0.85% -
XYZ 53.66 62.47 15.53 -
YUV 197.95 57.49 142.3 -
System Red Green Blue C M Y K H S L
Decimal 218 212 73 0 0.03 0.67 0.15 57.52 0.66 0.57
Hex DA D4 49 0 3 43 F 3A 42 39
Octal 332 324 111 0 3 103 17 72 102 71
Binary 11011010 11010100 1001001 0 11 1000011 1111 111010 1000010 111001

Color Harmonies of #DAD449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD449

Black with #DAD449

Text Example


Text Example

White with #DAD449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD449; }

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

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

background-color css

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

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

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

border-color css

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

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

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