Html Css Color HEX #DAC84E Confetti

📋 copy color: '#DAC84E'

red 218 ◦ green 200 ◦ blue 78

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

Shades of Confetti #DAC84E

Tints of Confetti #DAC84E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.32%

 BLUE value IS 78 (30.86% from 255) = 15.73%

R = 43.95%
G = 40.32%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAC84E (or 0xDAC84E) is known color: Confetti. HEX triplet: DA, C8 and 4E. RGB value is (218,200,78). Sum of RGB (Red+Green+Blue) = 218+200+78=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC84E is #2537B1. Grayscale: #BFBFBF. Windows color (decimal): -2439090 or 5163226. OLE color: 5163226.

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

Color convert

RGB 218 200 78 -
CMYK 0 0.08 0.64 0.15
HSL 52.29º 0.65% 0.58% -
HSV(B) 52.29º 0.64% 0.85% -
XYZ 50.94 56.76 15.48 -
YUV 191.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 218 200 78 0 0.08 0.64 0.15 52.29 0.65 0.58
Hex DA C8 4E 0 8 40 F 34 41 3A
Octal 332 310 116 0 10 100 17 64 101 72
Binary 11011010 11001000 1001110 0 1000 1000000 1111 110100 1000001 111010

Color Harmonies of #DAC84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC84E

Black with #DAC84E

Text Example


Text Example

White with #DAC84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC84E; }

 p { color: rgb(218,200,78); }

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

background-color css

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

 a { background-color: rgb(218,200,78); }

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

border-color css

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

 span { border-color: rgb(218,200,78); }

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