Html Css Color HEX #DAC84B Confetti

📋 copy color: '#DAC84B'

red 218 ◦ green 200 ◦ blue 75

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

Shades of Confetti #DAC84B

Tints of Confetti #DAC84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.21%

R = 44.22%
G = 40.57%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAC84B (or 0xDAC84B) is known color: Confetti. HEX triplet: DA, C8 and 4B. RGB value is (218,200,75). Sum of RGB (Red+Green+Blue) = 218+200+75=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC84B is #2537B4. Grayscale: #BFBFBF. Windows color (decimal): -2439093 or 4966618. OLE color: 4966618.

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

Color convert

RGB 218 200 75 -
CMYK 0 0.08 0.66 0.15
HSL 52.45º 0.66% 0.57% -
HSV(B) 52.45º 0.66% 0.85% -
XYZ 50.84 56.72 14.93 -
YUV 191.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 218 200 75 0 0.08 0.66 0.15 52.45 0.66 0.57
Hex DA C8 4B 0 8 42 F 34 42 39
Octal 332 310 113 0 10 102 17 64 102 71
Binary 11011010 11001000 1001011 0 1000 1000010 1111 110100 1000010 111001

Color Harmonies of #DAC84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC84B

Black with #DAC84B

Text Example


Text Example

White with #DAC84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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