Html Css Color HEX #DAC04A Confetti

📋 copy color: '#DAC04A'

red 218 ◦ green 192 ◦ blue 74

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

Shades of Confetti #DAC04A

Tints of Confetti #DAC04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.29%

R = 45.04%
G = 39.67%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAC04A (or 0xDAC04A) is known color: Confetti. HEX triplet: DA, C0 and 4A. RGB value is (218,192,74). Sum of RGB (Red+Green+Blue) = 218+192+74=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC04A is #253FB5. Grayscale: #BABABA. Windows color (decimal): -2441142 or 4899034. OLE color: 4899034.

HSL color Cylindrical-coordinate representation of color #DAC04A: hue angle of 49.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAC04A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 74 -
CMYK 0 0.12 0.66 0.15
HSL 49.17º 0.66% 0.57% -
HSV(B) 49.17º 0.66% 0.85% -
XYZ 49 53.1 14.15 -
YUV 186.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 218 192 74 0 0.12 0.66 0.15 49.17 0.66 0.57
Hex DA C0 4A 0 C 42 F 31 42 39
Octal 332 300 112 0 14 102 17 61 102 71
Binary 11011010 11000000 1001010 0 1100 1000010 1111 110001 1000010 111001

Color Harmonies of #DAC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC04A

Black with #DAC04A

Text Example


Text Example

White with #DAC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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