Html Css Color HEX #DCC250 Confetti

📋 copy color: '#DCC250'

red 220 ◦ green 194 ◦ blue 80

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

Shades of Confetti #DCC250

Tints of Confetti #DCC250

RGB

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

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

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

R = 44.53%
G = 39.27%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCC250 (or 0xDCC250) is known color: Confetti. HEX triplet: DC, C2 and 50. RGB value is (220,194,80). Sum of RGB (Red+Green+Blue) = 220+194+80=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC250 is #233DAF. Grayscale: #BDBDBD. Windows color (decimal): -2309552 or 5292764. OLE color: 5292764.

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

Color convert

RGB 220 194 80 -
CMYK 0 0.12 0.64 0.14
HSL 48.86º 0.67% 0.59% -
HSV(B) 48.86º 0.64% 0.86% -
XYZ 50.25 54.38 15.44 -
YUV 188.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 220 194 80 0 0.12 0.64 0.14 48.86 0.67 0.59
Hex DC C2 50 0 C 40 E 31 43 3B
Octal 334 302 120 0 14 100 16 61 103 73
Binary 11011100 11000010 1010000 0 1100 1000000 1110 110001 1000011 111011

Color Harmonies of #DCC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC250

Black with #DCC250

Text Example


Text Example

White with #DCC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC250; }

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

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

background-color css

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

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

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

border-color css

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

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

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