Html Css Color HEX #DAC755 Confetti

📋 copy color: '#DAC755'

red 218 ◦ green 199 ◦ blue 85

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

Shades of Confetti #DAC755

Tints of Confetti #DAC755

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.64%

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

R = 43.43%
G = 39.64%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAC755 (or 0xDAC755) is known color: Confetti. HEX triplet: DA, C7 and 55. RGB value is (218,199,85). Sum of RGB (Red+Green+Blue) = 218+199+85=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC755 is #2538AA. Grayscale: #C0C0C0. Windows color (decimal): -2439339 or 5621722. OLE color: 5621722.

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

Color convert

RGB 218 199 85 -
CMYK 0 0.09 0.61 0.15
HSL 51.43º 0.64% 0.59% -
HSV(B) 51.43º 0.61% 0.85% -
XYZ 50.98 56.41 16.8 -
YUV 191.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 218 199 85 0 0.09 0.61 0.15 51.43 0.64 0.59
Hex DA C7 55 0 9 3D F 33 40 3B
Octal 332 307 125 0 11 75 17 63 100 73
Binary 11011010 11000111 1010101 0 1001 111101 1111 110011 1000000 111011

Color Harmonies of #DAC755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC755

Black with #DAC755

Text Example


Text Example

White with #DAC755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC755; }

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

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

background-color css

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

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

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

border-color css

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

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

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