Html Css Color HEX #DACE46 Confetti

📋 copy color: '#DACE46'

red 218 ◦ green 206 ◦ blue 70

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

Shades of Confetti #DACE46

Tints of Confetti #DACE46

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.7%

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

R = 44.13%
G = 41.7%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DACE46 (or 0xDACE46) is known color: Confetti. HEX triplet: DA, CE and 46. RGB value is (218,206,70). Sum of RGB (Red+Green+Blue) = 218+206+70=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 70 (27.73% from 255 or 14.17% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE46 is #2531B9. Grayscale: #C2C2C2. Windows color (decimal): -2437562 or 4640474. OLE color: 4640474.

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

Color convert

RGB 218 206 70 -
CMYK 0 0.06 0.68 0.15
HSL 55.14º 0.67% 0.56% -
HSV(B) 55.14º 0.68% 0.85% -
XYZ 52.09 59.49 14.53 -
YUV 194.08 57.98 145.06 -
System Red Green Blue C M Y K H S L
Decimal 218 206 70 0 0.06 0.68 0.15 55.14 0.67 0.56
Hex DA CE 46 0 6 44 F 37 43 38
Octal 332 316 106 0 6 104 17 67 103 70
Binary 11011010 11001110 1000110 0 110 1000100 1111 110111 1000011 111000

Color Harmonies of #DACE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE46

Black with #DACE46

Text Example


Text Example

White with #DACE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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