Html Css Color HEX #DAC455 Confetti

📋 copy color: '#DAC455'

red 218 ◦ green 196 ◦ blue 85

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

Shades of Confetti #DAC455

Tints of Confetti #DAC455

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.28%

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

R = 43.69%
G = 39.28%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAC455 (or 0xDAC455) is known color: Confetti. HEX triplet: DA, C4 and 55. RGB value is (218,196,85). Sum of RGB (Red+Green+Blue) = 218+196+85=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC455 is #253BAA. Grayscale: #BEBEBE. Windows color (decimal): -2440107 or 5620954. OLE color: 5620954.

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

Color convert

RGB 218 196 85 -
CMYK 0 0.10 0.61 0.15
HSL 50.08º 0.64% 0.59% -
HSV(B) 50.08º 0.61% 0.85% -
XYZ 50.29 55.04 16.57 -
YUV 189.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 218 196 85 0 0.10 0.61 0.15 50.08 0.64 0.59
Hex DA C4 55 0 A 3D F 32 40 3B
Octal 332 304 125 0 12 75 17 62 100 73
Binary 11011010 11000100 1010101 0 1010 111101 1111 110010 1000000 111011

Color Harmonies of #DAC455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC455

Black with #DAC455

Text Example


Text Example

White with #DAC455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC455; }

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

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

background-color css

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

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

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

border-color css

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

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

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