Html Css Color HEX #DACC49 Confetti

📋 copy color: '#DACC49'

red 218 ◦ green 204 ◦ blue 73

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

Shades of Confetti #DACC49

Tints of Confetti #DACC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.21%

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

R = 44.04%
G = 41.21%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DACC49 (or 0xDACC49) is known color: Confetti. HEX triplet: DA, CC and 49. RGB value is (218,204,73). Sum of RGB (Red+Green+Blue) = 218+204+73=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC49 is #2533B6. Grayscale: #C1C1C1. Windows color (decimal): -2438071 or 4836570. OLE color: 4836570.

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

Color convert

RGB 218 204 73 -
CMYK 0 0.06 0.67 0.15
HSL 54.21º 0.66% 0.57% -
HSV(B) 54.21º 0.67% 0.85% -
XYZ 51.71 58.57 14.88 -
YUV 193.25 60.14 145.65 -
System Red Green Blue C M Y K H S L
Decimal 218 204 73 0 0.06 0.67 0.15 54.21 0.66 0.57
Hex DA CC 49 0 6 43 F 36 42 39
Octal 332 314 111 0 6 103 17 66 102 71
Binary 11011010 11001100 1001001 0 110 1000011 1111 110110 1000010 111001

Color Harmonies of #DACC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC49

Black with #DACC49

Text Example


Text Example

White with #DACC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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