Html Css Color HEX #DCBC49 Confetti

📋 copy color: '#DCBC49'

red 220 ◦ green 188 ◦ blue 73

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

Shades of Confetti #DCBC49

Tints of Confetti #DCBC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

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

R = 45.74%
G = 39.09%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCBC49 (or 0xDCBC49) is known color: Confetti. HEX triplet: DC, BC and 49. RGB value is (220,188,73). Sum of RGB (Red+Green+Blue) = 220+188+73=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC49 is #2343B6. Grayscale: #B8B8B8. Windows color (decimal): -2311095 or 4832476. OLE color: 4832476.

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

Color convert

RGB 220 188 73 -
CMYK 0 0.15 0.67 0.14
HSL 46.94º 0.68% 0.57% -
HSV(B) 46.94º 0.67% 0.86% -
XYZ 48.7 51.66 13.71 -
YUV 184.46 65.1 153.35 -
System Red Green Blue C M Y K H S L
Decimal 220 188 73 0 0.15 0.67 0.14 46.94 0.68 0.57
Hex DC BC 49 0 F 43 E 2F 44 39
Octal 334 274 111 0 17 103 16 57 104 71
Binary 11011100 10111100 1001001 0 1111 1000011 1110 101111 1000100 111001

Color Harmonies of #DCBC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC49

Black with #DCBC49

Text Example


Text Example

White with #DCBC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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