Html Css Color HEX #DAC250 Confetti

📋 copy color: '#DAC250'

red 218 ◦ green 194 ◦ blue 80

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

Shades of Confetti #DAC250

Tints of Confetti #DAC250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.43%

 BLUE value IS 80 (31.64% from 255) = 16.26%

R = 44.31%
G = 39.43%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAC250 (or 0xDAC250) is known color: Confetti. HEX triplet: DA, C2 and 50. RGB value is (218,194,80). Sum of RGB (Red+Green+Blue) = 218+194+80=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC250 is #253DAF. Grayscale: #BCBCBC. Windows color (decimal): -2440624 or 5292762. OLE color: 5292762.

HSL color Cylindrical-coordinate representation of color #DAC250: hue angle of 49.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAC250 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 194 80 -
CMYK 0 0.11 0.63 0.15
HSL 49.57º 0.65% 0.58% -
HSV(B) 49.57º 0.63% 0.85% -
XYZ 49.65 54.07 15.41 -
YUV 188.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 218 194 80 0 0.11 0.63 0.15 49.57 0.65 0.58
Hex DA C2 50 0 B 3F F 32 41 3A
Octal 332 302 120 0 13 77 17 62 101 72
Binary 11011010 11000010 1010000 0 1011 111111 1111 110010 1000001 111010

Color Harmonies of #DAC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC250

Black with #DAC250

Text Example


Text Example

White with #DAC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC250; }

 p { color: rgb(218,194,80); }

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

background-color css

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

 a { background-color: rgb(218,194,80); }

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

border-color css

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

 span { border-color: rgb(218,194,80); }

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