Html Css Color HEX #DAC546 Confetti

📋 copy color: '#DAC546'

red 218 ◦ green 197 ◦ blue 70

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

Shades of Confetti #DAC546

Tints of Confetti #DAC546

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.62%

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

R = 44.95%
G = 40.62%
B = 14.43%

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

#DAC546 (or 0xDAC546) is known color: Confetti. HEX triplet: DA, C5 and 46. RGB value is (218,197,70). Sum of RGB (Red+Green+Blue) = 218+197+70=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC546 is #253AB9. Grayscale: #BDBDBD. Windows color (decimal): -2439866 or 4638170. OLE color: 4638170.

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

Color convert

RGB 218 197 70 -
CMYK 0 0.10 0.68 0.15
HSL 51.49º 0.67% 0.56% -
HSV(B) 51.49º 0.68% 0.85% -
XYZ 49.99 55.28 13.83 -
YUV 188.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 218 197 70 0 0.10 0.68 0.15 51.49 0.67 0.56
Hex DA C5 46 0 A 44 F 33 43 38
Octal 332 305 106 0 12 104 17 63 103 70
Binary 11011010 11000101 1000110 0 1010 1000100 1111 110011 1000011 111000

Color Harmonies of #DAC546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC546

Black with #DAC546

Text Example


Text Example

White with #DAC546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC546; }

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

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

background-color css

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

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

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

border-color css

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

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

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