Html Css Color HEX #DAD050 Confetti

📋 copy color: '#DAD050'

red 218 ◦ green 208 ◦ blue 80

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

Shades of Confetti #DAD050

Tints of Confetti #DAD050

RGB

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

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

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

R = 43.08%
G = 41.11%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAD050 (or 0xDAD050) is known color: Confetti. HEX triplet: DA, D0 and 50. RGB value is (218,208,80). Sum of RGB (Red+Green+Blue) = 218+208+80=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD050 is #252FAF. Grayscale: #C4C4C4. Windows color (decimal): -2437040 or 5296346. OLE color: 5296346.

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

Color convert

RGB 218 208 80 -
CMYK 0 0.05 0.63 0.15
HSL 55.65º 0.65% 0.58% -
HSV(B) 55.65º 0.63% 0.85% -
XYZ 52.92 60.6 16.5 -
YUV 196.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 218 208 80 0 0.05 0.63 0.15 55.65 0.65 0.58
Hex DA D0 50 0 5 3F F 38 41 3A
Octal 332 320 120 0 5 77 17 70 101 72
Binary 11011010 11010000 1010000 0 101 111111 1111 111000 1000001 111010

Color Harmonies of #DAD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD050

Black with #DAD050

Text Example


Text Example

White with #DAD050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD050; }

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

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

background-color css

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

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

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

border-color css

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

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

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