Html Css Color HEX #DAC24C Confetti

📋 copy color: '#DAC24C'

red 218 ◦ green 194 ◦ blue 76

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

Shades of Confetti #DAC24C

Tints of Confetti #DAC24C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.75%

 BLUE value IS 76 (30.08% from 255) = 15.57%

R = 44.67%
G = 39.75%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAC24C (or 0xDAC24C) is known color: Confetti. HEX triplet: DA, C2 and 4C. RGB value is (218,194,76). Sum of RGB (Red+Green+Blue) = 218+194+76=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC24C is #253DB3. Grayscale: #BCBCBC. Windows color (decimal): -2440628 or 5030618. OLE color: 5030618.

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

Color convert

RGB 218 194 76 -
CMYK 0 0.11 0.65 0.15
HSL 49.86º 0.66% 0.58% -
HSV(B) 49.86º 0.65% 0.85% -
XYZ 49.51 54.01 14.65 -
YUV 187.72 64.95 149.59 -
System Red Green Blue C M Y K H S L
Decimal 218 194 76 0 0.11 0.65 0.15 49.86 0.66 0.58
Hex DA C2 4C 0 B 41 F 32 42 3A
Octal 332 302 114 0 13 101 17 62 102 72
Binary 11011010 11000010 1001100 0 1011 1000001 1111 110010 1000010 111010

Color Harmonies of #DAC24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC24C

Black with #DAC24C

Text Example


Text Example

White with #DAC24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC24C; }

 p { color: rgb(218,194,76); }

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

background-color css

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

 a { background-color: rgb(218,194,76); }

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

border-color css

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

 span { border-color: rgb(218,194,76); }

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