Html Css Color HEX #DAD250 Confetti

📋 copy color: '#DAD250'

red 218 ◦ green 210 ◦ blue 80

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

Shades of Confetti #DAD250

Tints of Confetti #DAD250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.75%

R = 42.91%
G = 41.34%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAD250 (or 0xDAD250) is known color: Confetti. HEX triplet: DA, D2 and 50. RGB value is (218,210,80). Sum of RGB (Red+Green+Blue) = 218+210+80=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD250 is #252DAF. Grayscale: #C6C6C6. Windows color (decimal): -2436528 or 5296858. OLE color: 5296858.

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

Color convert

RGB 218 210 80 -
CMYK 0 0.04 0.63 0.15
HSL 56.52º 0.65% 0.58% -
HSV(B) 56.52º 0.63% 0.85% -
XYZ 53.41 61.58 16.66 -
YUV 197.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 218 210 80 0 0.04 0.63 0.15 56.52 0.65 0.58
Hex DA D2 50 0 4 3F F 39 41 3A
Octal 332 322 120 0 4 77 17 71 101 72
Binary 11011010 11010010 1010000 0 100 111111 1111 111001 1000001 111010

Color Harmonies of #DAD250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD250

Black with #DAD250

Text Example


Text Example

White with #DAD250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD250; }

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

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

background-color css

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

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

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

border-color css

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

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

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