Html Css Color HEX #DAC849 Confetti

📋 copy color: '#DAC849'

red 218 ◦ green 200 ◦ blue 73

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

Shades of Confetti #DAC849

Tints of Confetti #DAC849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.73%

 BLUE value IS 73 (28.91% from 255) = 14.87%

R = 44.4%
G = 40.73%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAC849 (or 0xDAC849) is known color: Confetti. HEX triplet: DA, C8 and 49. RGB value is (218,200,73). Sum of RGB (Red+Green+Blue) = 218+200+73=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC849 is #2537B6. Grayscale: #BFBFBF. Windows color (decimal): -2439095 or 4835546. OLE color: 4835546.

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

Color convert

RGB 218 200 73 -
CMYK 0 0.08 0.67 0.15
HSL 52.55º 0.66% 0.57% -
HSV(B) 52.55º 0.67% 0.85% -
XYZ 50.77 56.7 14.57 -
YUV 190.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 218 200 73 0 0.08 0.67 0.15 52.55 0.66 0.57
Hex DA C8 49 0 8 43 F 35 42 39
Octal 332 310 111 0 10 103 17 65 102 71
Binary 11011010 11001000 1001001 0 1000 1000011 1111 110101 1000010 111001

Color Harmonies of #DAC849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC849

Black with #DAC849

Text Example


Text Example

White with #DAC849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC849; }

 p { color: rgb(218,200,73); }

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

background-color css

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

 a { background-color: rgb(218,200,73); }

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

border-color css

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

 span { border-color: rgb(218,200,73); }

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