Html Css Color HEX #DACE52 Confetti

📋 copy color: '#DACE52'

red 218 ◦ green 206 ◦ blue 82

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

Shades of Confetti #DACE52

Tints of Confetti #DACE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.21%

R = 43.08%
G = 40.71%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DACE52 (or 0xDACE52) is known color: Confetti. HEX triplet: DA, CE and 52. RGB value is (218,206,82). Sum of RGB (Red+Green+Blue) = 218+206+82=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE52 is #2531AD. Grayscale: #C3C3C3. Windows color (decimal): -2437550 or 5426906. OLE color: 5426906.

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

Color convert

RGB 218 206 82 -
CMYK 0 0.06 0.62 0.15
HSL 54.71º 0.65% 0.59% -
HSV(B) 54.71º 0.62% 0.85% -
XYZ 52.51 59.66 16.73 -
YUV 195.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 218 206 82 0 0.06 0.62 0.15 54.71 0.65 0.59
Hex DA CE 52 0 6 3E F 37 41 3B
Octal 332 316 122 0 6 76 17 67 101 73
Binary 11011010 11001110 1010010 0 110 111110 1111 110111 1000001 111011

Color Harmonies of #DACE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE52

Black with #DACE52

Text Example


Text Example

White with #DACE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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