Html Css Color HEX #DAD749 Confetti

📋 copy color: '#DAD749'

red 218 ◦ green 215 ◦ blue 73

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

Shades of Confetti #DAD749

Tints of Confetti #DAD749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.49%

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

R = 43.08%
G = 42.49%
B = 14.43%

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

#DAD749 (or 0xDAD749) is known color: Confetti. HEX triplet: DA, D7 and 49. RGB value is (218,215,73). Sum of RGB (Red+Green+Blue) = 218+215+73=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD749 is #2528B6. Grayscale: #C8C8C8. Windows color (decimal): -2435255 or 4839386. OLE color: 4839386.

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

Color convert

RGB 218 215 73 -
CMYK 0 0.01 0.67 0.15
HSL 58.76º 0.66% 0.57% -
HSV(B) 58.76º 0.67% 0.85% -
XYZ 54.42 63.99 15.79 -
YUV 199.71 56.49 141.05 -
System Red Green Blue C M Y K H S L
Decimal 218 215 73 0 0.01 0.67 0.15 58.76 0.66 0.57
Hex DA D7 49 0 1 43 F 3B 42 39
Octal 332 327 111 0 1 103 17 73 102 71
Binary 11011010 11010111 1001001 0 1 1000011 1111 111011 1000010 111001

Color Harmonies of #DAD749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD749

Black with #DAD749

Text Example


Text Example

White with #DAD749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD749; }

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

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

background-color css

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

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

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

border-color css

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

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

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