Html Css Color HEX #DCC550 Confetti

📋 copy color: '#DCC550'

red 220 ◦ green 197 ◦ blue 80

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

Shades of Confetti #DCC550

Tints of Confetti #DCC550

RGB

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

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

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

R = 44.27%
G = 39.64%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCC550 (or 0xDCC550) is known color: Confetti. HEX triplet: DC, C5 and 50. RGB value is (220,197,80). Sum of RGB (Red+Green+Blue) = 220+197+80=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC550 is #233AAF. Grayscale: #BFBFBF. Windows color (decimal): -2308784 or 5293532. OLE color: 5293532.

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

Color convert

RGB 220 197 80 -
CMYK 0 0.10 0.64 0.14
HSL 50.14º 0.67% 0.59% -
HSV(B) 50.14º 0.64% 0.86% -
XYZ 50.93 55.73 15.66 -
YUV 190.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 220 197 80 0 0.10 0.64 0.14 50.14 0.67 0.59
Hex DC C5 50 0 A 40 E 32 43 3B
Octal 334 305 120 0 12 100 16 62 103 73
Binary 11011100 11000101 1010000 0 1010 1000000 1110 110010 1000011 111011

Color Harmonies of #DCC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC550

Black with #DCC550

Text Example


Text Example

White with #DCC550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC550; }

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

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

background-color css

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

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

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

border-color css

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

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

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