Html Css Color HEX #DAC251 Confetti

📋 copy color: '#DAC251'

red 218 ◦ green 194 ◦ blue 81

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

Shades of Confetti #DAC251

Tints of Confetti #DAC251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.43%

R = 44.22%
G = 39.35%
B = 16.43%

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

#DAC251 (or 0xDAC251) is known color: Confetti. HEX triplet: DA, C2 and 51. RGB value is (218,194,81). Sum of RGB (Red+Green+Blue) = 218+194+81=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC251 is #253DAE. Grayscale: #BCBCBC. Windows color (decimal): -2440623 or 5358298. OLE color: 5358298.

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

Color convert

RGB 218 194 81 -
CMYK 0 0.11 0.63 0.15
HSL 49.49º 0.65% 0.59% -
HSV(B) 49.49º 0.63% 0.85% -
XYZ 49.69 54.08 15.6 -
YUV 188.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 218 194 81 0 0.11 0.63 0.15 49.49 0.65 0.59
Hex DA C2 51 0 B 3F F 31 41 3B
Octal 332 302 121 0 13 77 17 61 101 73
Binary 11011010 11000010 1010001 0 1011 111111 1111 110001 1000001 111011

Color Harmonies of #DAC251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC251

Black with #DAC251

Text Example


Text Example

White with #DAC251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC251; }

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

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

background-color css

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

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

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

border-color css

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

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

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