Html Css Color HEX #DAC346 Confetti

📋 copy color: '#DAC346'

red 218 ◦ green 195 ◦ blue 70

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

Shades of Confetti #DAC346

Tints of Confetti #DAC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

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

R = 45.13%
G = 40.37%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAC346 (or 0xDAC346) is known color: Confetti. HEX triplet: DA, C3 and 46. RGB value is (218,195,70). Sum of RGB (Red+Green+Blue) = 218+195+70=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC346 is #253CB9. Grayscale: #BCBCBC. Windows color (decimal): -2440378 or 4637658. OLE color: 4637658.

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

Color convert

RGB 218 195 70 -
CMYK 0 0.11 0.68 0.15
HSL 50.68º 0.67% 0.56% -
HSV(B) 50.68º 0.68% 0.85% -
XYZ 49.53 54.38 13.68 -
YUV 187.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 218 195 70 0 0.11 0.68 0.15 50.68 0.67 0.56
Hex DA C3 46 0 B 44 F 33 43 38
Octal 332 303 106 0 13 104 17 63 103 70
Binary 11011010 11000011 1000110 0 1011 1000100 1111 110011 1000011 111000

Color Harmonies of #DAC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC346

Black with #DAC346

Text Example


Text Example

White with #DAC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC346; }

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

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

background-color css

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

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

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

border-color css

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

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

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