Html Css Color HEX #DAD24D Confetti

📋 copy color: '#DAD24D'

red 218 ◦ green 210 ◦ blue 77

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

Shades of Confetti #DAD24D

Tints of Confetti #DAD24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.25%

R = 43.17%
G = 41.58%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAD24D (or 0xDAD24D) is known color: Confetti. HEX triplet: DA, D2 and 4D. RGB value is (218,210,77). Sum of RGB (Red+Green+Blue) = 218+210+77=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD24D is #252DB2. Grayscale: #C5C5C5. Windows color (decimal): -2436531 or 5100250. OLE color: 5100250.

HSL color Cylindrical-coordinate representation of color #DAD24D: hue angle of 56.6º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAD24D is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 77 -
CMYK 0 0.04 0.65 0.15
HSL 56.6º 0.66% 0.58% -
HSV(B) 56.6º 0.65% 0.85% -
XYZ 53.3 61.53 16.09 -
YUV 197.23 60.15 142.81 -
System Red Green Blue C M Y K H S L
Decimal 218 210 77 0 0.04 0.65 0.15 56.6 0.66 0.58
Hex DA D2 4D 0 4 41 F 39 42 3A
Octal 332 322 115 0 4 101 17 71 102 72
Binary 11011010 11010010 1001101 0 100 1000001 1111 111001 1000010 111010

Color Harmonies of #DAD24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD24D

Black with #DAD24D

Text Example


Text Example

White with #DAD24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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