Html Css Color HEX #DAC749 Confetti

📋 copy color: '#DAC749'

red 218 ◦ green 199 ◦ blue 73

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

Shades of Confetti #DAC749

Tints of Confetti #DAC749

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.61%

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

R = 44.49%
G = 40.61%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAC749 (or 0xDAC749) is known color: Confetti. HEX triplet: DA, C7 and 49. RGB value is (218,199,73). Sum of RGB (Red+Green+Blue) = 218+199+73=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC749 is #2538B6. Grayscale: #BEBEBE. Windows color (decimal): -2439351 or 4835290. OLE color: 4835290.

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

Color convert

RGB 218 199 73 -
CMYK 0 0.09 0.67 0.15
HSL 52.14º 0.66% 0.57% -
HSV(B) 52.14º 0.67% 0.85% -
XYZ 50.54 56.23 14.49 -
YUV 190.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 218 199 73 0 0.09 0.67 0.15 52.14 0.66 0.57
Hex DA C7 49 0 9 43 F 34 42 39
Octal 332 307 111 0 11 103 17 64 102 71
Binary 11011010 11000111 1001001 0 1001 1000011 1111 110100 1000010 111001

Color Harmonies of #DAC749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC749

Black with #DAC749

Text Example


Text Example

White with #DAC749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC749; }

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

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

background-color css

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

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

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

border-color css

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

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

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