Html Css Color HEX #DAD544 Confetti

📋 copy color: '#DAD544'

red 218 ◦ green 213 ◦ blue 68

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

Shades of Confetti #DAD544

Tints of Confetti #DAD544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.63%

R = 43.69%
G = 42.69%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAD544 (or 0xDAD544) is known color: Confetti. HEX triplet: DA, D5 and 44. RGB value is (218,213,68). Sum of RGB (Red+Green+Blue) = 218+213+68=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD544 is #252ABB. Grayscale: #C6C6C6. Windows color (decimal): -2435772 or 4511194. OLE color: 4511194.

HSL color Cylindrical-coordinate representation of color #DAD544: hue angle of 58º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAD544 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 68 -
CMYK 0 0.02 0.69 0.15
HSL 58º 0.67% 0.56% -
HSV(B) 58º 0.69% 0.85% -
XYZ 53.75 62.91 14.78 -
YUV 197.97 54.66 142.29 -
System Red Green Blue C M Y K H S L
Decimal 218 213 68 0 0.02 0.69 0.15 58 0.67 0.56
Hex DA D5 44 0 2 45 F 3A 43 38
Octal 332 325 104 0 2 105 17 72 103 70
Binary 11011010 11010101 1000100 0 10 1000101 1111 111010 1000011 111000

Color Harmonies of #DAD544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD544

Black with #DAD544

Text Example


Text Example

White with #DAD544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD544; }

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

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

background-color css

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

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

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

border-color css

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

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

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