Html Css Color HEX #DAD444 Confetti

📋 copy color: '#DAD444'

red 218 ◦ green 212 ◦ blue 68

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

Shades of Confetti #DAD444

Tints of Confetti #DAD444

RGB

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

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

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

R = 43.78%
G = 42.57%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAD444 (or 0xDAD444) is known color: Confetti. HEX triplet: DA, D4 and 44. RGB value is (218,212,68). Sum of RGB (Red+Green+Blue) = 218+212+68=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD444 is #252BBB. Grayscale: #C5C5C5. Windows color (decimal): -2436028 or 4510938. OLE color: 4510938.

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

Color convert

RGB 218 212 68 -
CMYK 0 0.03 0.69 0.15
HSL 57.6º 0.67% 0.56% -
HSV(B) 57.6º 0.69% 0.85% -
XYZ 53.5 62.41 14.7 -
YUV 197.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 218 212 68 0 0.03 0.69 0.15 57.6 0.67 0.56
Hex DA D4 44 0 3 45 F 3A 43 38
Octal 332 324 104 0 3 105 17 72 103 70
Binary 11011010 11010100 1000100 0 11 1000101 1111 111010 1000011 111000

Color Harmonies of #DAD444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD444

Black with #DAD444

Text Example


Text Example

White with #DAD444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD444; }

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

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

background-color css

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

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

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

border-color css

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

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

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