Html Css Color HEX #DAD146 Confetti

📋 copy color: '#DAD146'

red 218 ◦ green 209 ◦ blue 70

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

Shades of Confetti #DAD146

Tints of Confetti #DAD146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.08%

R = 43.86%
G = 42.05%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAD146 (or 0xDAD146) is known color: Confetti. HEX triplet: DA, D1 and 46. RGB value is (218,209,70). Sum of RGB (Red+Green+Blue) = 218+209+70=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD146 is #252EB9. Grayscale: #C4C4C4. Windows color (decimal): -2436794 or 4641242. OLE color: 4641242.

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

Color convert

RGB 218 209 70 -
CMYK 0 0.04 0.68 0.15
HSL 56.35º 0.67% 0.56% -
HSV(B) 56.35º 0.68% 0.85% -
XYZ 52.82 60.95 14.77 -
YUV 195.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 218 209 70 0 0.04 0.68 0.15 56.35 0.67 0.56
Hex DA D1 46 0 4 44 F 38 43 38
Octal 332 321 106 0 4 104 17 70 103 70
Binary 11011010 11010001 1000110 0 100 1000100 1111 111000 1000011 111000

Color Harmonies of #DAD146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD146

Black with #DAD146

Text Example


Text Example

White with #DAD146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD146; }

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

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

background-color css

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

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

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

border-color css

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

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

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