Html Css Color HEX #DAD34A Confetti

📋 copy color: '#DAD34A'

red 218 ◦ green 211 ◦ blue 74

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

Shades of Confetti #DAD34A

Tints of Confetti #DAD34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

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

R = 43.34%
G = 41.95%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAD34A (or 0xDAD34A) is known color: Confetti. HEX triplet: DA, D3 and 4A. RGB value is (218,211,74). Sum of RGB (Red+Green+Blue) = 218+211+74=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD34A is #252CB5. Grayscale: #C6C6C6. Windows color (decimal): -2436278 or 4903898. OLE color: 4903898.

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

Color convert

RGB 218 211 74 -
CMYK 0 0.03 0.66 0.15
HSL 57.08º 0.66% 0.57% -
HSV(B) 57.08º 0.66% 0.85% -
XYZ 53.44 61.99 15.63 -
YUV 197.48 58.32 142.64 -
System Red Green Blue C M Y K H S L
Decimal 218 211 74 0 0.03 0.66 0.15 57.08 0.66 0.57
Hex DA D3 4A 0 3 42 F 39 42 39
Octal 332 323 112 0 3 102 17 71 102 71
Binary 11011010 11010011 1001010 0 11 1000010 1111 111001 1000010 111001

Color Harmonies of #DAD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD34A

Black with #DAD34A

Text Example


Text Example

White with #DAD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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