Html Css Color HEX #DAC858 Confetti

📋 copy color: '#DAC858'

red 218 ◦ green 200 ◦ blue 88

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

Shades of Confetti #DAC858

Tints of Confetti #DAC858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.39%

R = 43.08%
G = 39.53%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAC858 (or 0xDAC858) is known color: Confetti. HEX triplet: DA, C8 and 58. RGB value is (218,200,88). Sum of RGB (Red+Green+Blue) = 218+200+88=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC858 is #2537A7. Grayscale: #C1C1C1. Windows color (decimal): -2439080 or 5818586. OLE color: 5818586.

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

Color convert

RGB 218 200 88 -
CMYK 0 0.08 0.60 0.15
HSL 51.69º 0.64% 0.6% -
HSV(B) 51.69º 0.6% 0.85% -
XYZ 51.33 56.92 17.51 -
YUV 192.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 218 200 88 0 0.08 0.60 0.15 51.69 0.64 0.6
Hex DA C8 58 0 8 3C F 34 40 3C
Octal 332 310 130 0 10 74 17 64 100 74
Binary 11011010 11001000 1011000 0 1000 111100 1111 110100 1000000 111100

Color Harmonies of #DAC858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC858

Black with #DAC858

Text Example


Text Example

White with #DAC858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC858; }

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

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

background-color css

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

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

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

border-color css

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

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

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