Html Css Color HEX #DAD545 Confetti

📋 copy color: '#DAD545'

red 218 ◦ green 213 ◦ blue 69

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

Shades of Confetti #DAD545

Tints of Confetti #DAD545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.6%

 BLUE value IS 69 (27.34% from 255) = 13.8%

R = 43.6%
G = 42.6%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAD545 (or 0xDAD545) is known color: Confetti. HEX triplet: DA, D5 and 45. RGB value is (218,213,69). Sum of RGB (Red+Green+Blue) = 218+213+69=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD545 is #252ABA. Grayscale: #C6C6C6. Windows color (decimal): -2435771 or 4576730. OLE color: 4576730.

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

Color convert

RGB 218 213 69 -
CMYK 0 0.02 0.68 0.15
HSL 57.99º 0.67% 0.56% -
HSV(B) 57.99º 0.68% 0.85% -
XYZ 53.78 62.92 14.94 -
YUV 198.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 218 213 69 0 0.02 0.68 0.15 57.99 0.67 0.56
Hex DA D5 45 0 2 44 F 3A 43 38
Octal 332 325 105 0 2 104 17 72 103 70
Binary 11011010 11010101 1000101 0 10 1000100 1111 111010 1000011 111000

Color Harmonies of #DAD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD545

Black with #DAD545

Text Example


Text Example

White with #DAD545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD545; }

 p { color: rgb(218,213,69); }

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

background-color css

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

 a { background-color: rgb(218,213,69); }

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

border-color css

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

 span { border-color: rgb(218,213,69); }

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