Html Css Color HEX #DAC04C Confetti

📋 copy color: '#DAC04C'

red 218 ◦ green 192 ◦ blue 76

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

Shades of Confetti #DAC04C

Tints of Confetti #DAC04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.51%

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

R = 44.86%
G = 39.51%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAC04C (or 0xDAC04C) is known color: Confetti. HEX triplet: DA, C0 and 4C. RGB value is (218,192,76). Sum of RGB (Red+Green+Blue) = 218+192+76=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC04C is #253FB3. Grayscale: #BBBBBB. Windows color (decimal): -2441140 or 5030106. OLE color: 5030106.

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

Color convert

RGB 218 192 76 -
CMYK 0 0.12 0.65 0.15
HSL 49.01º 0.66% 0.58% -
HSV(B) 49.01º 0.65% 0.85% -
XYZ 49.07 53.13 14.51 -
YUV 186.55 65.61 150.43 -
System Red Green Blue C M Y K H S L
Decimal 218 192 76 0 0.12 0.65 0.15 49.01 0.66 0.58
Hex DA C0 4C 0 C 41 F 31 42 3A
Octal 332 300 114 0 14 101 17 61 102 72
Binary 11011010 11000000 1001100 0 1100 1000001 1111 110001 1000010 111010

Color Harmonies of #DAC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC04C

Black with #DAC04C

Text Example


Text Example

White with #DAC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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