Html Css Color HEX #DAD546 Confetti

📋 copy color: '#DAD546'

red 218 ◦ green 213 ◦ blue 70

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

Shades of Confetti #DAD546

Tints of Confetti #DAD546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.97%

R = 43.51%
G = 42.51%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAD546 (or 0xDAD546) is known color: Confetti. HEX triplet: DA, D5 and 46. RGB value is (218,213,70). Sum of RGB (Red+Green+Blue) = 218+213+70=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD546 is #252AB9. Grayscale: #C6C6C6. Windows color (decimal): -2435770 or 4642266. OLE color: 4642266.

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

Color convert

RGB 218 213 70 -
CMYK 0 0.02 0.68 0.15
HSL 57.97º 0.67% 0.56% -
HSV(B) 57.97º 0.68% 0.85% -
XYZ 53.81 62.94 15.11 -
YUV 198.19 55.66 142.13 -
System Red Green Blue C M Y K H S L
Decimal 218 213 70 0 0.02 0.68 0.15 57.97 0.67 0.56
Hex DA D5 46 0 2 44 F 3A 43 38
Octal 332 325 106 0 2 104 17 72 103 70
Binary 11011010 11010101 1000110 0 10 1000100 1111 111010 1000011 111000

Color Harmonies of #DAD546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD546

Black with #DAD546

Text Example


Text Example

White with #DAD546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD546; }

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

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

background-color css

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

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

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

border-color css

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

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

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