Html Css Color HEX #DAC046 Confetti

📋 copy color: '#DAC046'

red 218 ◦ green 192 ◦ blue 70

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

Shades of Confetti #DAC046

Tints of Confetti #DAC046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.58%

R = 45.42%
G = 40%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAC046 (or 0xDAC046) is known color: Confetti. HEX triplet: DA, C0 and 46. RGB value is (218,192,70). Sum of RGB (Red+Green+Blue) = 218+192+70=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC046 is #253FB9. Grayscale: #BABABA. Windows color (decimal): -2441146 or 4636890. OLE color: 4636890.

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

Color convert

RGB 218 192 70 -
CMYK 0 0.12 0.68 0.15
HSL 49.46º 0.67% 0.56% -
HSV(B) 49.46º 0.68% 0.85% -
XYZ 48.87 53.05 13.46 -
YUV 185.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 218 192 70 0 0.12 0.68 0.15 49.46 0.67 0.56
Hex DA C0 46 0 C 44 F 31 43 38
Octal 332 300 106 0 14 104 17 61 103 70
Binary 11011010 11000000 1000110 0 1100 1000100 1111 110001 1000011 111000

Color Harmonies of #DAC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC046

Black with #DAC046

Text Example


Text Example

White with #DAC046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC046; }

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

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

background-color css

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

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

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

border-color css

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

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

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