Html Css Color HEX #DAC955 Confetti

📋 copy color: '#DAC955'

red 218 ◦ green 201 ◦ blue 85

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

Shades of Confetti #DAC955

Tints of Confetti #DAC955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.87%

R = 43.25%
G = 39.88%
B = 16.87%

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

#DAC955 (or 0xDAC955) is known color: Confetti. HEX triplet: DA, C9 and 55. RGB value is (218,201,85). Sum of RGB (Red+Green+Blue) = 218+201+85=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC955 is #2536AA. Grayscale: #C1C1C1. Windows color (decimal): -2438827 or 5622234. OLE color: 5622234.

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

Color convert

RGB 218 201 85 -
CMYK 0 0.08 0.61 0.15
HSL 52.33º 0.64% 0.59% -
HSV(B) 52.33º 0.61% 0.85% -
XYZ 51.44 57.33 16.95 -
YUV 192.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 218 201 85 0 0.08 0.61 0.15 52.33 0.64 0.59
Hex DA C9 55 0 8 3D F 34 40 3B
Octal 332 311 125 0 10 75 17 64 100 73
Binary 11011010 11001001 1010101 0 1000 111101 1111 110100 1000000 111011

Color Harmonies of #DAC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC955

Black with #DAC955

Text Example


Text Example

White with #DAC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC955; }

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

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

background-color css

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

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

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

border-color css

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

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

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