Html Css Color HEX #DAC94A Confetti

📋 copy color: '#DAC94A'

red 218 ◦ green 201 ◦ blue 74

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

Shades of Confetti #DAC94A

Tints of Confetti #DAC94A

RGB

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

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

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

R = 44.22%
G = 40.77%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAC94A (or 0xDAC94A) is known color: Confetti. HEX triplet: DA, C9 and 4A. RGB value is (218,201,74). Sum of RGB (Red+Green+Blue) = 218+201+74=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC94A is #2536B5. Grayscale: #C0C0C0. Windows color (decimal): -2438838 or 4901338. OLE color: 4901338.

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

Color convert

RGB 218 201 74 -
CMYK 0 0.08 0.66 0.15
HSL 52.92º 0.66% 0.57% -
HSV(B) 52.92º 0.66% 0.85% -
XYZ 51.04 57.17 14.82 -
YUV 191.61 61.63 146.83 -
System Red Green Blue C M Y K H S L
Decimal 218 201 74 0 0.08 0.66 0.15 52.92 0.66 0.57
Hex DA C9 4A 0 8 42 F 35 42 39
Octal 332 311 112 0 10 102 17 65 102 71
Binary 11011010 11001001 1001010 0 1000 1000010 1111 110101 1000010 111001

Color Harmonies of #DAC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC94A

Black with #DAC94A

Text Example


Text Example

White with #DAC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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