Html Css Color HEX #DAC856 Confetti

📋 copy color: '#DAC856'

red 218 ◦ green 200 ◦ blue 86

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

Shades of Confetti #DAC856

Tints of Confetti #DAC856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.06%

R = 43.25%
G = 39.68%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAC856 (or 0xDAC856) is known color: Confetti. HEX triplet: DA, C8 and 56. RGB value is (218,200,86). Sum of RGB (Red+Green+Blue) = 218+200+86=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC856 is #2537A9. Grayscale: #C0C0C0. Windows color (decimal): -2439082 or 5687514. OLE color: 5687514.

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

Color convert

RGB 218 200 86 -
CMYK 0 0.08 0.61 0.15
HSL 51.82º 0.64% 0.6% -
HSV(B) 51.82º 0.61% 0.85% -
XYZ 51.25 56.89 17.08 -
YUV 192.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 218 200 86 0 0.08 0.61 0.15 51.82 0.64 0.6
Hex DA C8 56 0 8 3D F 34 40 3C
Octal 332 310 126 0 10 75 17 64 100 74
Binary 11011010 11001000 1010110 0 1000 111101 1111 110100 1000000 111100

Color Harmonies of #DAC856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC856

Black with #DAC856

Text Example


Text Example

White with #DAC856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC856; }

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

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

background-color css

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

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

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

border-color css

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

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

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