Html Css Color HEX #DAD242 Confetti

📋 copy color: '#DAD242'

red 218 ◦ green 210 ◦ blue 66

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

Shades of Confetti #DAD242

Tints of Confetti #DAD242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.36%

R = 44.13%
G = 42.51%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAD242 (or 0xDAD242) is known color: Confetti. HEX triplet: DA, D2 and 42. RGB value is (218,210,66). Sum of RGB (Red+Green+Blue) = 218+210+66=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD242 is #252DBD. Grayscale: #C4C4C4. Windows color (decimal): -2436542 or 4379354. OLE color: 4379354.

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

Color convert

RGB 218 210 66 -
CMYK 0 0.04 0.70 0.15
HSL 56.84º 0.67% 0.56% -
HSV(B) 56.84º 0.7% 0.85% -
XYZ 52.94 61.39 14.21 -
YUV 195.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 218 210 66 0 0.04 0.70 0.15 56.84 0.67 0.56
Hex DA D2 42 0 4 46 F 39 43 38
Octal 332 322 102 0 4 106 17 71 103 70
Binary 11011010 11010010 1000010 0 100 1000110 1111 111001 1000011 111000

Color Harmonies of #DAD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD242

Black with #DAD242

Text Example


Text Example

White with #DAD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD242; }

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

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

background-color css

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

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

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

border-color css

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

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

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