Html Css Color HEX #DACE50 Confetti

📋 copy color: '#DACE50'

red 218 ◦ green 206 ◦ blue 80

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

Shades of Confetti #DACE50

Tints of Confetti #DACE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.87%

R = 43.25%
G = 40.87%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DACE50 (or 0xDACE50) is known color: Confetti. HEX triplet: DA, CE and 50. RGB value is (218,206,80). Sum of RGB (Red+Green+Blue) = 218+206+80=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE50 is #2531AF. Grayscale: #C3C3C3. Windows color (decimal): -2437552 or 5295834. OLE color: 5295834.

HSL color Cylindrical-coordinate representation of color #DACE50: hue angle of 54.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DACE50 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 80 -
CMYK 0 0.06 0.63 0.15
HSL 54.78º 0.65% 0.58% -
HSV(B) 54.78º 0.63% 0.85% -
XYZ 52.43 59.63 16.34 -
YUV 195.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 218 206 80 0 0.06 0.63 0.15 54.78 0.65 0.58
Hex DA CE 50 0 6 3F F 37 41 3A
Octal 332 316 120 0 6 77 17 67 101 72
Binary 11011010 11001110 1010000 0 110 111111 1111 110111 1000001 111010

Color Harmonies of #DACE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE50

Black with #DACE50

Text Example


Text Example

White with #DACE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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