Html Css Color HEX #DAC049 Confetti

📋 copy color: '#DAC049'

red 218 ◦ green 192 ◦ blue 73

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

Shades of Confetti #DAC049

Tints of Confetti #DAC049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.75%

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

R = 45.13%
G = 39.75%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAC049 (or 0xDAC049) is known color: Confetti. HEX triplet: DA, C0 and 49. RGB value is (218,192,73). Sum of RGB (Red+Green+Blue) = 218+192+73=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC049 is #253FB6. Grayscale: #BABABA. Windows color (decimal): -2441143 or 4833498. OLE color: 4833498.

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

Color convert

RGB 218 192 73 -
CMYK 0 0.12 0.67 0.15
HSL 49.24º 0.66% 0.57% -
HSV(B) 49.24º 0.67% 0.85% -
XYZ 48.97 53.09 13.97 -
YUV 186.21 64.11 150.68 -
System Red Green Blue C M Y K H S L
Decimal 218 192 73 0 0.12 0.67 0.15 49.24 0.66 0.57
Hex DA C0 49 0 C 43 F 31 42 39
Octal 332 300 111 0 14 103 17 61 102 71
Binary 11011010 11000000 1001001 0 1100 1000011 1111 110001 1000010 111001

Color Harmonies of #DAC049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC049

Black with #DAC049

Text Example


Text Example

White with #DAC049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC049; }

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

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

background-color css

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

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

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

border-color css

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

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

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