Html Css Color HEX #DAC349 Confetti

📋 copy color: '#DAC349'

red 218 ◦ green 195 ◦ blue 73

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

Shades of Confetti #DAC349

Tints of Confetti #DAC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

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

R = 44.86%
G = 40.12%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAC349 (or 0xDAC349) is known color: Confetti. HEX triplet: DA, C3 and 49. RGB value is (218,195,73). Sum of RGB (Red+Green+Blue) = 218+195+73=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC349 is #253CB6. Grayscale: #BCBCBC. Windows color (decimal): -2440375 or 4834266. OLE color: 4834266.

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

Color convert

RGB 218 195 73 -
CMYK 0 0.11 0.67 0.15
HSL 50.48º 0.66% 0.57% -
HSV(B) 50.48º 0.67% 0.85% -
XYZ 49.63 54.42 14.19 -
YUV 187.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 218 195 73 0 0.11 0.67 0.15 50.48 0.66 0.57
Hex DA C3 49 0 B 43 F 32 42 39
Octal 332 303 111 0 13 103 17 62 102 71
Binary 11011010 11000011 1001001 0 1011 1000011 1111 110010 1000010 111001

Color Harmonies of #DAC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC349

Black with #DAC349

Text Example


Text Example

White with #DAC349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC349; }

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

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

background-color css

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

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

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

border-color css

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

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

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