Html Css Color HEX #DAD150 Confetti

📋 copy color: '#DAD150'

red 218 ◦ green 209 ◦ blue 80

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

Shades of Confetti #DAD150

Tints of Confetti #DAD150

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.22%

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

R = 43%
G = 41.22%
B = 15.78%

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

#DAD150 (or 0xDAD150) is known color: Confetti. HEX triplet: DA, D1 and 50. RGB value is (218,209,80). Sum of RGB (Red+Green+Blue) = 218+209+80=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD150 is #252EAF. Grayscale: #C5C5C5. Windows color (decimal): -2436784 or 5296602. OLE color: 5296602.

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

Color convert

RGB 218 209 80 -
CMYK 0 0.04 0.63 0.15
HSL 56.09º 0.65% 0.58% -
HSV(B) 56.09º 0.63% 0.85% -
XYZ 53.16 61.09 16.58 -
YUV 196.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 218 209 80 0 0.04 0.63 0.15 56.09 0.65 0.58
Hex DA D1 50 0 4 3F F 38 41 3A
Octal 332 321 120 0 4 77 17 70 101 72
Binary 11011010 11010001 1010000 0 100 111111 1111 111000 1000001 111010

Color Harmonies of #DAD150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD150

Black with #DAD150

Text Example


Text Example

White with #DAD150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD150; }

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

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

background-color css

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

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

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

border-color css

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

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

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