Html Css Color HEX #DAC949 Confetti

📋 copy color: '#DAC949'

red 218 ◦ green 201 ◦ blue 73

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

Shades of Confetti #DAC949

Tints of Confetti #DAC949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.85%

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

R = 44.31%
G = 40.85%
B = 14.84%

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

#DAC949 (or 0xDAC949) is known color: Confetti. HEX triplet: DA, C9 and 49. RGB value is (218,201,73). Sum of RGB (Red+Green+Blue) = 218+201+73=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC949 is #2536B6. Grayscale: #C0C0C0. Windows color (decimal): -2438839 or 4835802. OLE color: 4835802.

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

Color convert

RGB 218 201 73 -
CMYK 0 0.08 0.67 0.15
HSL 52.97º 0.66% 0.57% -
HSV(B) 52.97º 0.67% 0.85% -
XYZ 51 57.16 14.65 -
YUV 191.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 218 201 73 0 0.08 0.67 0.15 52.97 0.66 0.57
Hex DA C9 49 0 8 43 F 35 42 39
Octal 332 311 111 0 10 103 17 65 102 71
Binary 11011010 11001001 1001001 0 1000 1000011 1111 110101 1000010 111001

Color Harmonies of #DAC949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC949

Black with #DAC949

Text Example


Text Example

White with #DAC949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC949; }

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

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

background-color css

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

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

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

border-color css

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

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

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