Html Css Color HEX #DAD342 Confetti

📋 copy color: '#DAD342'

red 218 ◦ green 211 ◦ blue 66

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

Shades of Confetti #DAD342

Tints of Confetti #DAD342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.33%

R = 44.04%
G = 42.63%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAD342 (or 0xDAD342) is known color: Confetti. HEX triplet: DA, D3 and 42. RGB value is (218,211,66). Sum of RGB (Red+Green+Blue) = 218+211+66=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD342 is #252CBD. Grayscale: #C5C5C5. Windows color (decimal): -2436286 or 4379610. OLE color: 4379610.

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

Color convert

RGB 218 211 66 -
CMYK 0 0.03 0.70 0.15
HSL 57.24º 0.67% 0.56% -
HSV(B) 57.24º 0.7% 0.85% -
XYZ 53.19 61.89 14.3 -
YUV 196.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 218 211 66 0 0.03 0.70 0.15 57.24 0.67 0.56
Hex DA D3 42 0 3 46 F 39 43 38
Octal 332 323 102 0 3 106 17 71 103 70
Binary 11011010 11010011 1000010 0 11 1000110 1111 111001 1000011 111000

Color Harmonies of #DAD342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD342

Black with #DAD342

Text Example


Text Example

White with #DAD342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD342; }

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

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

background-color css

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

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

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

border-color css

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

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

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