Html Css Color HEX #DAD248 Confetti

📋 copy color: '#DAD248'

red 218 ◦ green 210 ◦ blue 72

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

Shades of Confetti #DAD248

Tints of Confetti #DAD248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42%

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

R = 43.6%
G = 42%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAD248 (or 0xDAD248) is known color: Confetti. HEX triplet: DA, D2 and 48. RGB value is (218,210,72). Sum of RGB (Red+Green+Blue) = 218+210+72=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD248 is #252DB7. Grayscale: #C5C5C5. Windows color (decimal): -2436536 or 4772570. OLE color: 4772570.

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

Color convert

RGB 218 210 72 -
CMYK 0 0.04 0.67 0.15
HSL 56.71º 0.66% 0.57% -
HSV(B) 56.71º 0.67% 0.85% -
XYZ 53.13 61.47 15.19 -
YUV 196.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 218 210 72 0 0.04 0.67 0.15 56.71 0.66 0.57
Hex DA D2 48 0 4 43 F 39 42 39
Octal 332 322 110 0 4 103 17 71 102 71
Binary 11011010 11010010 1001000 0 100 1000011 1111 111001 1000010 111001

Color Harmonies of #DAD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD248

Black with #DAD248

Text Example


Text Example

White with #DAD248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD248; }

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

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

background-color css

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

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

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

border-color css

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

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

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