Html Css Color HEX #DAD547 Confetti

📋 copy color: '#DAD547'

red 218 ◦ green 213 ◦ blue 71

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

Shades of Confetti #DAD547

Tints of Confetti #DAD547

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 71 (28.13% from 255) = 14.14%

R = 43.43%
G = 42.43%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAD547 (or 0xDAD547) is known color: Confetti. HEX triplet: DA, D5 and 47. RGB value is (218,213,71). Sum of RGB (Red+Green+Blue) = 218+213+71=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD547 is #252AB8. Grayscale: #C6C6C6. Windows color (decimal): -2435769 or 4707802. OLE color: 4707802.

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

Color convert

RGB 218 213 71 -
CMYK 0 0.02 0.67 0.15
HSL 57.96º 0.67% 0.57% -
HSV(B) 57.96º 0.67% 0.85% -
XYZ 53.85 62.95 15.27 -
YUV 198.31 56.16 142.05 -
System Red Green Blue C M Y K H S L
Decimal 218 213 71 0 0.02 0.67 0.15 57.96 0.67 0.57
Hex DA D5 47 0 2 43 F 3A 43 39
Octal 332 325 107 0 2 103 17 72 103 71
Binary 11011010 11010101 1000111 0 10 1000011 1111 111010 1000011 111001

Color Harmonies of #DAD547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD547

Black with #DAD547

Text Example


Text Example

White with #DAD547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD547; }

 p { color: rgb(218,213,71); }

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

background-color css

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

 a { background-color: rgb(218,213,71); }

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

border-color css

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

 span { border-color: rgb(218,213,71); }

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