Html Css Color HEX #DAC041 Confetti

📋 copy color: '#DAC041'

red 218 ◦ green 192 ◦ blue 65

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

Shades of Confetti #DAC041

Tints of Confetti #DAC041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.68%

R = 45.89%
G = 40.42%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAC041 (or 0xDAC041) is known color: Confetti. HEX triplet: DA, C0 and 41. RGB value is (218,192,65). Sum of RGB (Red+Green+Blue) = 218+192+65=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC041 is #253FBE. Grayscale: #B9B9B9. Windows color (decimal): -2441151 or 4309210. OLE color: 4309210.

HSL color Cylindrical-coordinate representation of color #DAC041: hue angle of 49.8º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAC041 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 65 -
CMYK 0 0.12 0.70 0.15
HSL 49.8º 0.67% 0.55% -
HSV(B) 49.8º 0.7% 0.85% -
XYZ 48.72 52.99 12.66 -
YUV 185.3 60.11 151.33 -
System Red Green Blue C M Y K H S L
Decimal 218 192 65 0 0.12 0.70 0.15 49.8 0.67 0.55
Hex DA C0 41 0 C 46 F 32 43 37
Octal 332 300 101 0 14 106 17 62 103 67
Binary 11011010 11000000 1000001 0 1100 1000110 1111 110010 1000011 110111

Color Harmonies of #DAC041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC041

Black with #DAC041

Text Example


Text Example

White with #DAC041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC041; }

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

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

background-color css

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

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

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

border-color css

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

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

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