Html Css Color HEX #DAD346 Confetti

📋 copy color: '#DAD346'

red 218 ◦ green 211 ◦ blue 70

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

Shades of Confetti #DAD346

Tints of Confetti #DAD346

RGB

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

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

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

R = 43.69%
G = 42.28%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAD346 (or 0xDAD346) is known color: Confetti. HEX triplet: DA, D3 and 46. RGB value is (218,211,70). Sum of RGB (Red+Green+Blue) = 218+211+70=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD346 is #252CB9. Grayscale: #C5C5C5. Windows color (decimal): -2436282 or 4641754. OLE color: 4641754.

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

Color convert

RGB 218 211 70 -
CMYK 0 0.03 0.68 0.15
HSL 57.16º 0.67% 0.56% -
HSV(B) 57.16º 0.68% 0.85% -
XYZ 53.31 61.94 14.94 -
YUV 197.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 218 211 70 0 0.03 0.68 0.15 57.16 0.67 0.56
Hex DA D3 46 0 3 44 F 39 43 38
Octal 332 323 106 0 3 104 17 71 103 70
Binary 11011010 11010011 1000110 0 11 1000100 1111 111001 1000011 111000

Color Harmonies of #DAD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD346

Black with #DAD346

Text Example


Text Example

White with #DAD346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD346; }

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

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

background-color css

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

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

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

border-color css

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

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

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