Html Css Color HEX #DCBC47 Confetti

📋 copy color: '#DCBC47'

red 220 ◦ green 188 ◦ blue 71

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

Shades of Confetti #DCBC47

Tints of Confetti #DCBC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.82%

R = 45.93%
G = 39.25%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCBC47 (or 0xDCBC47) is known color: Confetti. HEX triplet: DC, BC and 47. RGB value is (220,188,71). Sum of RGB (Red+Green+Blue) = 220+188+71=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC47 is #2343B8. Grayscale: #B8B8B8. Windows color (decimal): -2311097 or 4701404. OLE color: 4701404.

HSL color Cylindrical-coordinate representation of color #DCBC47: hue angle of 47.11º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCBC47 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 188 71 -
CMYK 0 0.15 0.68 0.14
HSL 47.11º 0.68% 0.57% -
HSV(B) 47.11º 0.68% 0.86% -
XYZ 48.64 51.64 13.36 -
YUV 184.23 64.1 153.51 -
System Red Green Blue C M Y K H S L
Decimal 220 188 71 0 0.15 0.68 0.14 47.11 0.68 0.57
Hex DC BC 47 0 F 44 E 2F 44 39
Octal 334 274 107 0 17 104 16 57 104 71
Binary 11011100 10111100 1000111 0 1111 1000100 1110 101111 1000100 111001

Color Harmonies of #DCBC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC47

Black with #DCBC47

Text Example


Text Example

White with #DCBC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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