Html Css Color HEX #DCC650 Confetti

📋 copy color: '#DCC650'

red 220 ◦ green 198 ◦ blue 80

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

Shades of Confetti #DCC650

Tints of Confetti #DCC650

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.76%

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

R = 44.18%
G = 39.76%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCC650 (or 0xDCC650) is known color: Confetti. HEX triplet: DC, C6 and 50. RGB value is (220,198,80). Sum of RGB (Red+Green+Blue) = 220+198+80=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC650 is #2339AF. Grayscale: #BFBFBF. Windows color (decimal): -2308528 or 5293788. OLE color: 5293788.

HSL color Cylindrical-coordinate representation of color #DCC650: hue angle of 50.57º 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 #DCC650 is Cyan = 0, Magento = 0.1, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 80 -
CMYK 0 0.1 0.64 0.14
HSL 50.57º 0.67% 0.59% -
HSV(B) 50.57º 0.64% 0.86% -
XYZ 51.16 56.18 15.74 -
YUV 191.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 220 198 80 0 0.1 0.64 0.14 50.57 0.67 0.59
Hex DC C6 50 0 A 40 E 33 43 3B
Octal 334 306 120 0 12 100 16 63 103 73
Binary 11011100 11000110 1010000 0 1010 1000000 1110 110011 1000011 111011

Color Harmonies of #DCC650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC650

Black with #DCC650

Text Example


Text Example

White with #DCC650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC650; }

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

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

background-color css

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

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

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

border-color css

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

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

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