Html Css Color HEX #DAD343 Confetti

📋 copy color: '#DAD343'

red 218 ◦ green 211 ◦ blue 67

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

Shades of Confetti #DAD343

Tints of Confetti #DAD343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.51%

R = 43.95%
G = 42.54%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAD343 (or 0xDAD343) is known color: Confetti. HEX triplet: DA, D3 and 43. RGB value is (218,211,67). Sum of RGB (Red+Green+Blue) = 218+211+67=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD343 is #252CBC. Grayscale: #C5C5C5. Windows color (decimal): -2436285 or 4445146. OLE color: 4445146.

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

Color convert

RGB 218 211 67 -
CMYK 0 0.03 0.69 0.15
HSL 57.22º 0.67% 0.56% -
HSV(B) 57.22º 0.69% 0.85% -
XYZ 53.22 61.9 14.45 -
YUV 196.68 54.82 143.21 -
System Red Green Blue C M Y K H S L
Decimal 218 211 67 0 0.03 0.69 0.15 57.22 0.67 0.56
Hex DA D3 43 0 3 45 F 39 43 38
Octal 332 323 103 0 3 105 17 71 103 70
Binary 11011010 11010011 1000011 0 11 1000101 1111 111001 1000011 111000

Color Harmonies of #DAD343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD343

Black with #DAD343

Text Example


Text Example

White with #DAD343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD343; }

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

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

background-color css

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

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

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

border-color css

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

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

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