Html Css Color HEX #DAC956 Confetti

📋 copy color: '#DAC956'

red 218 ◦ green 201 ◦ blue 86

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

Shades of Confetti #DAC956

Tints of Confetti #DAC956

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.8%

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

R = 43.17%
G = 39.8%
B = 17.03%

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

#DAC956 (or 0xDAC956) is known color: Confetti. HEX triplet: DA, C9 and 56. RGB value is (218,201,86). Sum of RGB (Red+Green+Blue) = 218+201+86=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC956 is #2536A9. Grayscale: #C1C1C1. Windows color (decimal): -2438826 or 5687770. OLE color: 5687770.

HSL color Cylindrical-coordinate representation of color #DAC956: hue angle of 52.27º 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 #DAC956 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 86 -
CMYK 0 0.08 0.61 0.15
HSL 52.27º 0.64% 0.6% -
HSV(B) 52.27º 0.61% 0.85% -
XYZ 51.48 57.35 17.16 -
YUV 192.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 218 201 86 0 0.08 0.61 0.15 52.27 0.64 0.6
Hex DA C9 56 0 8 3D F 34 40 3C
Octal 332 311 126 0 10 75 17 64 100 74
Binary 11011010 11001001 1010110 0 1000 111101 1111 110100 1000000 111100

Color Harmonies of #DAC956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC956

Black with #DAC956

Text Example


Text Example

White with #DAC956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC956; }

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

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

background-color css

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

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

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

border-color css

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

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

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