Html Css Color HEX #DCC549 Confetti

📋 copy color: '#DCC549'

red 220 ◦ green 197 ◦ blue 73

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

Shades of Confetti #DCC549

Tints of Confetti #DCC549

RGB

 RED value IS 220 (86.33% from 255) = 44.9%

 GREEN value IS 197 (77.34% from 255) = 40.2%

 BLUE value IS 73 (28.91% from 255) = 14.9%

R = 44.9%
G = 40.2%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCC549 (or 0xDCC549) is known color: Confetti. HEX triplet: DC, C5 and 49. RGB value is (220,197,73). Sum of RGB (Red+Green+Blue) = 220+197+73=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC549 is #233AB6. Grayscale: #BEBEBE. Windows color (decimal): -2308791 or 4834780. OLE color: 4834780.

HSL color Cylindrical-coordinate representation of color #DCC549: hue angle of 50.61º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCC549 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 73 -
CMYK 0 0.10 0.67 0.14
HSL 50.61º 0.68% 0.57% -
HSV(B) 50.61º 0.67% 0.86% -
XYZ 50.68 55.63 14.37 -
YUV 189.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 220 197 73 0 0.10 0.67 0.14 50.61 0.68 0.57
Hex DC C5 49 0 A 43 E 33 44 39
Octal 334 305 111 0 12 103 16 63 104 71
Binary 11011100 11000101 1001001 0 1010 1000011 1110 110011 1000100 111001

Color Harmonies of #DCC549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC549

Black with #DCC549

Text Example


Text Example

White with #DCC549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC549; }

 p { color: rgb(220,197,73); }

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

background-color css

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

 a { background-color: rgb(220,197,73); }

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

border-color css

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

 span { border-color: rgb(220,197,73); }

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