Html Css Color HEX #DAD14A Confetti

📋 copy color: '#DAD14A'

red 218 ◦ green 209 ◦ blue 74

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

Shades of Confetti #DAD14A

Tints of Confetti #DAD14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.77%

R = 43.51%
G = 41.72%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAD14A (or 0xDAD14A) is known color: Confetti. HEX triplet: DA, D1 and 4A. RGB value is (218,209,74). Sum of RGB (Red+Green+Blue) = 218+209+74=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD14A is #252EB5. Grayscale: #C4C4C4. Windows color (decimal): -2436790 or 4903386. OLE color: 4903386.

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

Color convert

RGB 218 209 74 -
CMYK 0 0.04 0.66 0.15
HSL 56.25º 0.66% 0.57% -
HSV(B) 56.25º 0.66% 0.85% -
XYZ 52.95 61 15.46 -
YUV 196.3 58.98 143.48 -
System Red Green Blue C M Y K H S L
Decimal 218 209 74 0 0.04 0.66 0.15 56.25 0.66 0.57
Hex DA D1 4A 0 4 42 F 38 42 39
Octal 332 321 112 0 4 102 17 70 102 71
Binary 11011010 11010001 1001010 0 100 1000010 1111 111000 1000010 111001

Color Harmonies of #DAD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD14A

Black with #DAD14A

Text Example


Text Example

White with #DAD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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