Html Css Color HEX #DCC850 Confetti

📋 copy color: '#DCC850'

red 220 ◦ green 200 ◦ blue 80

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

Shades of Confetti #DCC850

Tints of Confetti #DCC850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40%

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

R = 44%
G = 40%
B = 16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCC850 (or 0xDCC850) is known color: Confetti. HEX triplet: DC, C8 and 50. RGB value is (220,200,80). Sum of RGB (Red+Green+Blue) = 220+200+80=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC850 is #2337AF. Grayscale: #C0C0C0. Windows color (decimal): -2308016 or 5294300. OLE color: 5294300.

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

Color convert

RGB 220 200 80 -
CMYK 0 0.09 0.64 0.14
HSL 51.43º 0.67% 0.59% -
HSV(B) 51.43º 0.64% 0.86% -
XYZ 51.62 57.1 15.89 -
YUV 192.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 220 200 80 0 0.09 0.64 0.14 51.43 0.67 0.59
Hex DC C8 50 0 9 40 E 33 43 3B
Octal 334 310 120 0 11 100 16 63 103 73
Binary 11011100 11001000 1010000 0 1001 1000000 1110 110011 1000011 111011

Color Harmonies of #DCC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC850

Black with #DCC850

Text Example


Text Example

White with #DCC850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC850; }

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

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

background-color css

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

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

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

border-color css

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

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

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