Html Css Color HEX #DAC950 Confetti

📋 copy color: '#DAC950'

red 218 ◦ green 201 ◦ blue 80

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

Shades of Confetti #DAC950

Tints of Confetti #DAC950

RGB

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

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

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

R = 43.69%
G = 40.28%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAC950 (or 0xDAC950) is known color: Confetti. HEX triplet: DA, C9 and 50. RGB value is (218,201,80). Sum of RGB (Red+Green+Blue) = 218+201+80=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC950 is #2536AF. Grayscale: #C0C0C0. Windows color (decimal): -2438832 or 5294554. OLE color: 5294554.

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

Color convert

RGB 218 201 80 -
CMYK 0 0.08 0.63 0.15
HSL 52.61º 0.65% 0.58% -
HSV(B) 52.61º 0.63% 0.85% -
XYZ 51.25 57.26 15.94 -
YUV 192.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 218 201 80 0 0.08 0.63 0.15 52.61 0.65 0.58
Hex DA C9 50 0 8 3F F 35 41 3A
Octal 332 311 120 0 10 77 17 65 101 72
Binary 11011010 11001001 1010000 0 1000 111111 1111 110101 1000001 111010

Color Harmonies of #DAC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC950

Black with #DAC950

Text Example


Text Example

White with #DAC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC950; }

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

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

background-color css

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

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

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

border-color css

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

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

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