Html Css Color HEX #DAD048 Confetti

📋 copy color: '#DAD048'

red 218 ◦ green 208 ◦ blue 72

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

Shades of Confetti #DAD048

Tints of Confetti #DAD048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

 BLUE value IS 72 (28.52% from 255) = 14.46%

R = 43.78%
G = 41.77%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAD048 (or 0xDAD048) is known color: Confetti. HEX triplet: DA, D0 and 48. RGB value is (218,208,72). Sum of RGB (Red+Green+Blue) = 218+208+72=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD048 is #252FB7. Grayscale: #C4C4C4. Windows color (decimal): -2437048 or 4772058. OLE color: 4772058.

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

Color convert

RGB 218 208 72 -
CMYK 0 0.05 0.67 0.15
HSL 55.89º 0.66% 0.57% -
HSV(B) 55.89º 0.67% 0.85% -
XYZ 52.64 60.49 15.03 -
YUV 195.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 218 208 72 0 0.05 0.67 0.15 55.89 0.66 0.57
Hex DA D0 48 0 5 43 F 38 42 39
Octal 332 320 110 0 5 103 17 70 102 71
Binary 11011010 11010000 1001000 0 101 1000011 1111 111000 1000010 111001

Color Harmonies of #DAD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD048

Black with #DAD048

Text Example


Text Example

White with #DAD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD048; }

 p { color: rgb(218,208,72); }

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

background-color css

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

 a { background-color: rgb(218,208,72); }

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

border-color css

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

 span { border-color: rgb(218,208,72); }

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