Html Css Color HEX #DAC946 Confetti

📋 copy color: '#DAC946'

red 218 ◦ green 201 ◦ blue 70

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

Shades of Confetti #DAC946

Tints of Confetti #DAC946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.31%

R = 44.58%
G = 41.1%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAC946 (or 0xDAC946) is known color: Confetti. HEX triplet: DA, C9 and 46. RGB value is (218,201,70). Sum of RGB (Red+Green+Blue) = 218+201+70=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC946 is #2536B9. Grayscale: #BFBFBF. Windows color (decimal): -2438842 or 4639194. OLE color: 4639194.

HSL color Cylindrical-coordinate representation of color #DAC946: hue angle of 53.11º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAC946 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 70 -
CMYK 0 0.08 0.68 0.15
HSL 53.11º 0.67% 0.56% -
HSV(B) 53.11º 0.68% 0.85% -
XYZ 50.91 57.12 14.14 -
YUV 191.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 218 201 70 0 0.08 0.68 0.15 53.11 0.67 0.56
Hex DA C9 46 0 8 44 F 35 43 38
Octal 332 311 106 0 10 104 17 65 103 70
Binary 11011010 11001001 1000110 0 1000 1000100 1111 110101 1000011 111000

Color Harmonies of #DAC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC946

Black with #DAC946

Text Example


Text Example

White with #DAC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC946; }

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

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

background-color css

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

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

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

border-color css

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

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

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