Html Css Color HEX #DAC446 Confetti

📋 copy color: '#DAC446'

red 218 ◦ green 196 ◦ blue 70

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

Shades of Confetti #DAC446

Tints of Confetti #DAC446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.5%

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

R = 45.04%
G = 40.5%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAC446 (or 0xDAC446) is known color: Confetti. HEX triplet: DA, C4 and 46. RGB value is (218,196,70). Sum of RGB (Red+Green+Blue) = 218+196+70=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC446 is #253BB9. Grayscale: #BCBCBC. Windows color (decimal): -2440122 or 4637914. OLE color: 4637914.

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

Color convert

RGB 218 196 70 -
CMYK 0 0.10 0.68 0.15
HSL 51.08º 0.67% 0.56% -
HSV(B) 51.08º 0.68% 0.85% -
XYZ 49.76 54.83 13.75 -
YUV 188.21 61.29 149.25 -
System Red Green Blue C M Y K H S L
Decimal 218 196 70 0 0.10 0.68 0.15 51.08 0.67 0.56
Hex DA C4 46 0 A 44 F 33 43 38
Octal 332 304 106 0 12 104 17 63 103 70
Binary 11011010 11000100 1000110 0 1010 1000100 1111 110011 1000011 111000

Color Harmonies of #DAC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC446

Black with #DAC446

Text Example


Text Example

White with #DAC446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC446; }

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

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

background-color css

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

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

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

border-color css

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

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

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